Status:
⚠️
🔹 Features
API for MySquad APP.
✔️
In the terminal, clone the project:
git clone git@github.com:gusbdev/my-squad-api.git
From the terminal navigate to the app folder and run the command:
yarn install
or
npm install
This will install the application's dependencies to run in the development environment.
Then just run the command:
npm start
- Express - framework that handles HTTP requests among other things
- Mongoose - elegant mongodb object modeling for node.js
- Insomnia Documenter - like Postman Documenter but for Insomnia! With this tool you can generate beautiful API documentation pages using your Insomnia export file.
The MIT License (MIT)