Skip to content

DexRam/MyAnimeList-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Anime List Server

This is a server built with Hyper Express for managing anime and manga lists. It provides an API for users to track, rate, and review anime.

Features

  • User registration & authorization
  • Token-based authentication
  • Watchlist management

Installation

  1. Clone the repository:

    git clone https://github.com/DexRam/MyAnimeList-Server
    cd MyAnimeList-Server
  2. Install the dependencies:

    npm install
  3. Set up the settings:

    a. Go to serc - dbConnector b. Configure settings if needed

  4. Run the development server:

    npx ts-node src/server.ts

Endpoints

Registration & Authorization

Register

  • URL: /register/
  • Method: POST

Login

  • URL: /login/
  • Method: POST

Watchlist Management

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Create a new Pull Request

License

This project is licensed under the MIT License. Feel free to customize it according to your project's specific details and requirements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published