Skip to content

Quick parcel API Nodejs : with Fastify, DotEnv, Nodemon, Mongoose.

Notifications You must be signed in to change notification settings

quentinmdl/quick-parcel-api-fastify

Folders and files

NameName
Last commit message
Last commit date
May 29, 2022
May 29, 2022
May 29, 2022
May 29, 2022
May 29, 2022
May 29, 2022
May 7, 2022
May 29, 2022
Mar 26, 2022
May 29, 2022
Apr 22, 2024
Apr 22, 2024
Apr 22, 2024
Apr 22, 2024
Apr 22, 2024
Apr 22, 2024

Repository files navigation

Quick-parcel-api-node by quentinmdl

Description

Basic entity api with Node + Fastify + Mongoose

Methods :

GET, POST, PUT, DELETE

Routes:

  • post
  • getAlls
  • search (option: ?term=)
  • getById/:id
  • updateById/:id
  • deleteById/:id

Started

Configure and rename all files :

- Env
- server.js
- Controller
- Models
- Routes
- Validations

Commands

Install the node modules

    npm install
    npm install

Then run the project with it

    npm run dev

Entity

(Form urlencoded)

About

Quick parcel API Nodejs : with Fastify, DotEnv, Nodemon, Mongoose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published