An application built with NestJS and microservices (PostgreSQL, Sequelize, RabbitMQ, Docker) for movies, including registration and authentication
Home localhost:4000 - home page, check if the server is running
Docs localhost:4000/api/docs - detailed documentation
PgAdmin localhost:15432 - Postgres Admin
RabbitMQ localhost:15672 - rabbitMQ manager
git clone https://github.com/AlexanderYovzhenko/API_BackEnd.gitdocker compose up --builddocker cp ./backend.dump postgres:/backend.dumpdocker exec -i -t postgres shpg_restore -U postgres -d backend --clean backend.dumpexitnpm installnpm run testnpm run test:detailnpm run test:covnpm run test:e2enpm run lint# login
{
"email": "admin@gmail.com",
"password": "admin"
}