Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vkondratiuk482/anime-tracker
- Owner: vkondratiuk482
- Created: 2022-03-13T11:00:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T19:53:20.000Z (over 2 years ago)
- Last Synced: 2024-04-18T04:01:53.966Z (8 months ago)
- Topics: anime, kafka, microservices, nest, nestjs, node, nodejs, postgre, postgresql, sql, typescript
- Language: TypeScript
- Homepage:
- Size: 276 KB
- Stars: 6
- 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
```