Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 728 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 728 Bytes

Anime tracker

An application to track watched animes, mark ones for future view and write down your feelings and emotions about them

Features

  • mark animes as watched/will watch/currently watching
  • write review for each one
  • track time you've spent watching each title

Installation

$ git clone https://github.com/mokuteki225/nest-anime-tracker

$ cd nest-anime-tracker

$ npm install

Running the app

$ cd apps/auth-service && sudo docker-compose up -d && cd ../anime-service && sudo docker-compose up -d

$ npm run start