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: 12 months ago
JSON representation
Anime Checklist Service which is build using Microservices Architecture, Nest, Kafka, PostgreSQL
- Host: GitHub
- URL: https://github.com/vkondratiuk482/anime-tracker
- Owner: vkondratiuk482
- Created: 2022-03-13T11:00:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T19:53:20.000Z (over 3 years ago)
- Last Synced: 2025-04-09T19:06:44.147Z (12 months ago)
- Topics: anime, kafka, microservices, nest, nestjs, node, nodejs, postgre, postgresql, sql, typescript
- Language: TypeScript
- Homepage:
- Size: 276 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```