An application to track watched animes, mark ones for future view and write down your feelings and emotions about them
- mark animes as watched/will watch/currently watching
- write review for each one
- track time you've spent watching each title
$ git clone https://github.com/mokuteki225/nest-anime-tracker
$ cd nest-anime-tracker
$ npm install
$ cd apps/auth-service && sudo docker-compose up -d && cd ../anime-service && sudo docker-compose up -d
$ npm run start