Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 518 Bytes

Game blog API project

This project is v2 of my previous project.

To run this project you need:

  1. Clone this repository.
  2. Open your terminal and cd project's directory.
  3. Run pip install -r requirements.txt.
  4. Then make migrations with command python manage.py makemigrations.
  5. Migrate to your db python manage.py migrate.
  6. Run server python manage.py runserver.
  7. Send API requests to localhost:8000/api/.

This is the simplest API, so don't expect something incredible :)