Backend part of the SOFHE project.
- Django
- Django-rest-framework
- MYSQL
- CELERY
To run the project:
Open the terminal and enter the following cmd.
virutalenv venv
venv\Scripts\Activate
After activating virutal environment, install the requirements.
pip install -r require.txt
After all the libraries are set, let's run the project. Go to the directories where manage.py is allocated.
cd sofhe/
python manage.py runserver
To see the endpoints and schema used go to the following links.
127.0.0.1:8000/schema/docs/
You can see the different api. To test, click on the api and press try it out.