Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 917 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 917 Bytes

DRF API for anime portal project with video player

(The project is educational and is not a plagiarism of the "AnimeGO" project)

Programming languages / tools used in development:

  • Python
  • Django REST framework
  • MySQL
  • Docker

Getting started:

Using Docker (Preferred and easier application deployment option):

1. Select a hard drive location where the project will be located

2. Paste this command into the terminal

git clone https://github.com/MidnightRoam/animegg_drf_api

3. Paste this commands into the terminal

To deploy a project

docker-compose build

To start a project

docker-compose up

That's all you need to getting started

Documentation:

AnimeGG application has auto-generated documentation that you can view on your local server by going to the following path: localhost:8000/swagger/