Skip to content

andrii-hantkovskyi/coolsite_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

Game blog API project with Django REST framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages