Skip to content

zer0eXploit/myannime-api

Repository files navigation

Introduction

  • This is a backend API for (မြန်နီမေး) MyanNime.
  • Frontend source code can be found here.
  • This API deals with anime information management and user management.
  • This API backs the frontend with its necessities such as: user registration, authentication, password resets etc,.
  • Authentication is done via JWTs.
  • Database used is PostgreSQL.

API Docs

The full documentation of the API is available at the followig url:

Running the server

Prerequisites:

  • Please create an .env file with entires as in the .env.example file.
  • Install required dependencies.
cmd: python3 -m venv your_venv # virturl env creation
cmd: source your_venv/bin/activate  # activating the venv
cmd: (your_venv) pip install requirements.txt
cmd: (your_venv) python app.py

License

  • MIT

About

A RESTFul API built with Python Flask for an anime streaming site.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages