Coder Social home page Coder Social logo

rofe-dl / anitrack Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 425 KB

A website to view all anime by seasons and different search criteria, and add to a watch list to keep track of them.

License: GNU General Public License v3.0

JavaScript 46.05% EJS 50.61% CSS 3.34%

anitrack's Introduction

AniTrack

image.png Anitrack is an anime tracking website, where you can browse anime by different criteria and view information about them. By logging in, you can add them to your watch list.

Setup Instructions

  1. Clone the repository
  2. Install Node.js for your system
  3. Install packages using 'npm install' in the directory
  4. Create an Atlas account, create a MongoDB database for this project
  5. Make a 'config.env' file with
    PORT=3000, //or any port number of your choice
    session_secret="random_string", 
    MongoURI="your MongoDB URL" // atlas should give you that
    
  6. Install redis and start the redis server. If you're on Windows, install WSL and install redis in that
  7. Run 'npm start' to start the main server

Development

I've used the Jikan API to retrieve anime related information, a nice free API that scrapes information from MyAnimeList. To prevent overloading the API with requests, I've used Redis to cache the JSON responses from it, so there needs to be a Redis server running in a Linux/Mac environmment in the background. There's a manual delay of 2 seconds set before each API call.

For the project, I tried to follow the MVC architecture to the best of my understanding.

Tools used

  • JavaScript, Node.js
  • ExpressJS
  • MongoDB
  • Bootstrap, EJS (templating engine)/CSS
  • Redis

anitrack's People

Contributors

rofe-dl avatar

Watchers

 avatar

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.