An open API service indexing awesome lists of open source software.

https://github.com/yunussemree/expressrest

Restful practice with Express.js
https://github.com/yunussemree/expressrest

Last synced: 18 days ago
JSON representation

Restful practice with Express.js

Awesome Lists containing this project

README

        

# expressRest

Restful practice with Express.js




npm init -y //Initialize the project


npm i express //Add expres dependency


npm i --save-dev nodemon //Add nodemon to the project


npm run devStart //Start the devStart script


npm i ejs //add ejs to the project