Project developed for Ignite offered by Rocketseat.
This project has only a backend application.
💡 All requests needs the backend server up to work.
Before you begin, you will need to have the following tools installed on your machine: Git, Node.js, Yarn Besides that, is good to have an editor to visualize and navigate trough the code like VSCode
# Clone this repository
$ git clone git@github.com:henbalmant/challenge-05-node-database-queries.git
# Access the project folder with your terminal/cmd
$ cd challenge-05-node-database-queries
# Install all dependencies
$ yarn install
# Build the database
$ docker-compose up -d
# Run all application tests
$ yarn test
# The server will start on port:3333 - access http://localhost:3333
The following tools were used in the construction of the project:
🎲 Backend (NodeJS)
See package.json
- Editor: Visual Studio Code
- Markdown: StackEdit, Markdown Emoji
- Commit Conventional: Commitlint
- API Testing: Insomnia
Henrique Balmant 🚀