This project is v2 of my previous project.
To run this project you need:
- Clone this repository.
- Open your terminal and
cd
project's directory. - Run
pip install -r requirements.txt
. - Then make migrations with command
python manage.py makemigrations
. - Migrate to your db
python manage.py migrate
. - Run server
python manage.py runserver
. - Send API requests to localhost:8000/api/.
This is the simplest API, so don't expect something incredible :)