A shared show watch list using Mongoose, Express, Node.js and EJS.
- Node.js | Express.js | MongoDB/Mongoose | EJS
- Jikan API, unofficial API from myAnimeList
- Jikan is currently experiencing errors, might switch to MAL API.
- TVMaze API
- Install the necessary packages through npm.
npm install
- To connect to your own databatase, create a .env file in the config folder. Inside this .env file (/config > .env), add your port and database connection string.
PORT = {insert port # here}
DB_STRING = {insert db string url here}
- Use npm run start to run locally.
npm run start