pradeepppc / vscs_project

Visa Concierge Service API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visa Concierge Service API

Installation

Activate Virtual Environment

python3 -m venv venv  
source ./venv/bin/activate

Install Dependencies

pip install -r requirements.txt

(Optional) Create Superuser

python manage.py createsuperuser

Migrate DB and runserver

python manage.py makemigrations
python manage.py runserver

About

Visa Concierge Service API


Languages

Language:Python 98.6%Language:HTML 1.4%