Generic API with the functionality of adding products to a cart and making purchases
- Install Yarn
$ yarn install
- According the .env.example file create a new file with the same variables
- Create network containers
$ docker-compose up
- In the CLI of the container run:
$ npx prisma migrate deploy --preview-feature
- Generate the models
$ npx prisma generate