This is a simple store front API, that allows you manage products, orders and users.
To get started, clone this repo and run yarn
in your terminal at the project root.
For start database:
For connect to the database:
For start:
For build:
For test:
For development:
For formating and lint:
Your application must make use of the following tools:
- Node Js for the application logic
- Docker/docker-compose for the database
Read REQUIREMENTS.md
document for more information