Skip to content

aayush-jaiswal/diabetes-intellect-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diabetes Intellect

Run Locally

Clone the project

git clone https://github.com/aayush-jaiswal/diabetes-intellect-backend.git

Go to the project directory

cd diabetes-intellect-backend

Create virtual environment

python3 -m venv env
source env/bin/activate

Install dependencies

pip install -r requirements.txt

Make migrations

python3 manage.py makemigrations
python3 manage.py migrate

Start the server

python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages