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-04-node-solid-introduction.git
# Access the project folder with your terminal/cmd
$ cd challenge-04-node-solid-introduction
# Install all dependencies
$ yarn install
# Runs application tests
$ yarn test
# Starts the development application
$ yarn dev
# 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 🚀