- Activate the virtual environment:
venv/Scripts/Activate
(In case you don't have it, create a new one:python -m venv venv
) - Install all the necessary packages from the requirements.txt file:
pip install -r requirements.txt
- Run the local server with the manage.py file located in the backend folder:
python manage.py runserver 8000
- Test the API through a python client (py_client folder) or a javascript client (js_client folder)
-
Notifications
You must be signed in to change notification settings - Fork 0
rodraxphysics/Django-Rest-Framework-APIs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published