Database

Make the mariadb container up for database. Runs in the port 3306

docker-compose up

Backend

Start the server

npm run start

To run tests

npm run test

Swagger

Go to http://localhost:3000/api

APIs:

Frontend

Start the server

npm run start

Routes: