Simple API using Django
-
Clone the project by running : git clone [email protected]:kibetamos/DjangoAPI.git
-
Create a virtual env
python -m venv env
-
Activate it by running :
source env/bin/activate
-
Install the requirements.txt by running :
pip install -r requirements.txt
-
Make migrations :
python manage.py makemigrations
-
Start server by running :
python manage.py runserver