Skip to content

jsrwell/anime-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animes Catalog REST API

This is a Flask-based server that provides a REST API for managing anime information. Follow the steps below to set up and run the server.

Quick Installation

  1. Clone the repository:

    git clone https://github.com/jsrwell/anime-catalog
    cd your-repository
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Configure the database:

    • Initialize the database:

      flask db init
    • Create a migration:

      flask db migrate
    • Apply the migrations:

      flask db upgrade
  5. Start the server:

    flask run

Now the server is up and running. You can access the API at http://localhost:5000 to view the available routes.

Usage

You can use this API to manage anime information. Refer to the API documentation for more details on how to use the available routes.

Author

jsrwell

About

Animes Catalog REST API is a Flask-based server that offers anime data management with token-based authentication. It enables easy integration of anime catalog services and serves as an educational resource for learning Flask, databases, and authentication.

Topics

Resources

Stars

Watchers

Forks

Contributors