This is a simple Anime Tracking App built with Node.js Express.js and Sequelize ORM for MySQL database. It allows users to sign up log in search for their favourite anime and track which anime they have watched.
Here're some of the project's best features:
- User Authentication and Registration 🟢
- Search for anime by title (Soon to be added)
- Add anime to your watch list (soon to be added)
- Filter anime (Soon to be added)
1. Cloning the directory
https://github.com/Averand1/Anitrack.git
2. Changing Directory
cd Anitrack
3. Database Setup
DB_NAME='database name' DB_USER='database user' DB_PASSWORD='database password' DB_HOST='l
4. Starting the Project
node index.js or nodemon index.js
Technologies used in the project:
- NodeJS
- SequelizeORM
- MySQL
- Express
Dependies used in this project:
- Express
- sequelize
- dotenv
- mysql2
- nodemon
- axios