Skip to content

sneharini/CRUD-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-API

Project-1 (Rest API)

💡 TECH STACK - Nodejs - Express (Web framework for Nodejs) - postman (for testing data )(mock database - npm package (uuid)
  1. npm init -y (create a json file)
  2. npm install --save express (creating express environment)
  3. "type" : "module", add this to json file so that we can use import from express
  4. Create index.js file
  5. import bodyParser from 'body-parser'; =⇒this helps us to take in request from post body.
  6. To initialize express application
const app = express()
  • Routing using get method….

  • Create a Json fil

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published