Coder Social home page Coder Social logo

animax's Introduction

Animax Backend

Welcome to the backend of Animax, the ultimate platform for anime enthusiasts to share, rate, and discuss their favorite anime series! 🌟

Getting Started

To get started with the Animax backend, follow these simple steps:

  1. Clone the Repository:

    git clone https://github.com/your-username/animax-backend.git
    cd animax-backend
  2. Install Dependencies:

    npm install
  3. Set Up the Database:

    • Create a MongoDB database and update the connection string in config.js.
    • Ensure your MongoDB server is running.
  4. Run the Server:

    npm start

    The server will start running at http://localhost:3000. Feel free to customize the port in the config.js file.

Features

1. Upload Your Favorite Anime

Eager to share that hidden gem you discovered? Use our easy-to-use upload feature to add any anime you like to the Animax database.

2. Rate and Review

Express your opinions by rating the anime you've watched. Leave insightful reviews to help other users discover the best anime out there.

3. Comment Section

Engage in lively discussions with fellow anime enthusiasts. Share your thoughts, recommendations, and reactions in the comments section of each anime.

API Endpoints

  • POST /api/anime/upload

    • Upload a new anime to the Animax database.
  • DELETE /api/anime/:animeId

    • Delete a specific anime.
  • GET /api/anime/find/:animeId

    • Find details about a specific anime.
  • PUT /api/anime/update/:animeId

    • Update details of a specific anime.
  • POST /api/anime/create

    • Create a new anime.
  • GET /api/landingPage

    • Get the landing page details.
  • POST /api/login

    • User login.
  • POST /api/signup

    • User signup.

Contributing

We welcome contributions from the anime-loving community! Whether it's fixing bugs, adding new features, or improving documentation, your help is invaluable. Fork the repository, make your changes, and submit a pull request. Let's make Animax the go-to platform for anime aficionados!

Issues and Bug Reports

Found a bug or have a suggestion? Open an issue on our issue tracker. We appreciate your feedback!

Happy anime watching! 🌸✨

animax's People

Contributors

ishouldc avatar anuplayz avatar

Stargazers

Abhishek  avatar Sudhan avatar

animax's Issues

Todo 2

If you have successfully finished #1 then you can start doing this

You have to code a scrapper that gets data from an anime streaming website and sets data about the total number of episodes and what episode and episode names. Don't worry you don't have to make it streaming the anime yet. You can code the scrapper with anything. You can also steal codes from anywhere.

The stolen data should be updated by Admin account

Todo

  • handle routes with routes.ts
  • put all routes in routes/ folder
  • Instead of compiling in same dir, Put output in dist or build folder
  • Arrange all things on different files, Now this shit is a mess πŸ’€
  • Create an express middleware to check whether the user is an admin/normal user or they didn't logged in
  • Create a scrapper, That will steal animes from Anilist.co
  • It should fetch only random 50 animes, and create it in the database.
  • It should use a Admin user account in database
  • Users should able to rate any animes
  • Users should able to write a comment about an anime
  • If a user is uploaded a anime, It should be on queue
  • The admin account can able to accept or reject the anime and if accepted, it should be added to database. If rejected it should be only shown to the user who proposed it.
  • An anime can be edited by anyone and it has the same thing as above
  • Whenever an anime is edited, It should have been edited by

If you finish something above, Then checkmark it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.