Quick-parcel-api-node by quentinmdl
Basic entity api with Node + Fastify + Mongoose
GET, POST, PUT, DELETE
- post
- getAlls
- search (option: ?term=)
- getById/:id
- updateById/:id
- deleteById/:id
Configure and rename all files :
- Env
- server.js
- Controller
- Models
- Routes
- Validations
Install the node modules
npm install
npm install
Then run the project with it
npm run dev
(Form urlencoded)