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
- Host: GitHub
- URL: https://github.com/yunussemree/expressrest
- Owner: YunussEmree
- Created: 2025-05-03T13:10:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-03T20:54:02.000Z (about 1 month ago)
- Last Synced: 2025-05-03T21:27:59.326Z (about 1 month ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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