Preview • About • Tasks • Run • Technologies • Author • License
Description about this project.
Click to View
| State | Task |
|---|---|
| ✔️ | Describe your task finished. |
| ❌ | Describe your task unfinished. |
To run the project you need to clone or download this repository, have the Node Package Manager (NPM) or the YARN Package Manager installed (YARN).
Open the command prompt in the project directory, open the example/ folder and execute the following commands:
with npm
# Install dependencies
$ npm install
# Start development server
$ npm startwith yarn
# Install dependencies
$ yarn
# Start development server
$ yarn start
⚠️ The development server will start on port:PORT - Access http://localhost:PORT
Open the command prompt in the project directory, open the example/ folder and execute the following commands:
with npm
# Install dependencies
$ npm install
# Start development server
$ npm startwith yarn
# Install dependencies
$ yarn
# Start development server
$ yarn start
💫 API Routes
[POST] Create OBJECT
/api/create/OBJECT[PUT] Update OBJECT
/api/update/OBJECT/:id[GET] Get OBJECT
/api/view/OBJECT/:id[GET] Get All OBJECTS
/api/view/OBJECTS[DEL] Delete OBJECT
/api/delete/OBJECT/:id[DEL] Delete All OBJECTS
/api/delete/OBJECTS
⚠️ The development server will start on port:3000 - Access http://localhost:3000
The following tools is used to build this project:
| 🌐 Web | 🗄️ Server |
|---|---|
| Example | Nodejs |
| Example | nodemon |
| Example | mongodb |
| Example | mongoose |
| Example | mongoose-paginate |
| Example | express |
| Example | body-parser |
| Example | pm2 |
Copyright © 2021 Rafael Fachinelli.
This project is licensed by MIT.

