Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vkondratiuk482/anime-tracker

Anime Checklist Service which is build using Microservices Architecture, Nest, Kafka, PostgreSQL
https://github.com/vkondratiuk482/anime-tracker

anime kafka microservices nest nestjs node nodejs postgre postgresql sql typescript

Last synced: 16 days ago
JSON representation

Anime Checklist Service which is build using Microservices Architecture, Nest, Kafka, PostgreSQL

Awesome Lists containing this project

README

        


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

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

$ cd nest-anime-tracker

$ npm install
```

## Running the app

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

$ npm run start
```