/HTTP-methods-practice

Use express create a server to practice http methods (GET POST PUT and DELETE).

Primary LanguageJavaScript

Node Server Demo

Overall:

Use express create a server to practice http methods (GET POST PUT and DELETE). Create swagger to test the code.

Technology Used :

  • Node.js,

Package installed:

  • express.js,
  • cors,
  • dotenv,
  • morgan,
  • helmet,
  • winston,
  • swagger-jsdoc,
  • swagger-ui-express

Instrction:

  1. npm install
  2. npm run start
  3. click the link to launch your localhost.