Backend of the ecommerce application influshop.
Easiest way to run the project is using docker. First install docker and change your directory to docker-infra
Execute the command:
docker-compose upIf you don't want to use docker then install postgresql and create a table called 'influshop'
After setting up the db start the server
npm run start:dev