Skip to content

Simple converting photos app with microservice architecture! Second microservice: https://github.com/Arsen302/worker

Notifications You must be signed in to change notification settings

Arsen302/converter_1.0

Repository files navigation

Awesome Converter build with NodeJS, Express, TypeScript, TypeORM, RabbitMQ, PostgreSQL

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command or npm run dev