- Express
- Typescript
- Postgres and Knex
- Jest and Supertest
- VS Code with EditorConfig, ESLint and Prettier
To clone and run this application, you'll need Git, Node.js >= v16.13.x, Docker and Compose installed on your computer.
From your command line:
# Clone this repository
$ git clone [email protected]:luizxsoto/ecommerce-api.git
# Go into the repository
$ cd ecommerce-api
# Install dependencies
$ npm i
# Test the app
$ npm run test
# Run the app
$ docker-compose up