mugdha273 / DocChain-Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocChain

Development 🔧

Setup

git clone https://github.com/mugdha273/DocChain.git

For setting virtual environment

virtualenv venv

For activating virtual environment in Windows

venv/Scripts/activate

For activating virtual environment in Linux and macOS

source venv/bin/activate

For deactivating virtual environment

deactivate

After creating virtual environment

Start

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

APIs in use

Documentation- https://documenter.getpostman.com/view/19649785/2s8Z6vXtsJ

About


Languages

Language:Python 100.0%Language:Procfile 0.0%