Skip to content

A blog API implemented using Express. Just some practice stuff I'm making while I learn Express.

Notifications You must be signed in to change notification settings

dakshshah96/blog-api-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog API using Express and Node.js

Setup

  1. Clone this repo locally.
$ git clone https://github.com/dakshshah96/blog-api-express.git
  1. Go to the new directory and install dependencies.
$ cd blog-api-express
$ npm install

Run

  1. Run app from the command line.
$ node server.js
  1. Use an application like Postman to send requests to the appropriate API endpoint:
  • GET and POST requests should go to /blog-posts
  • DELETE and PUT requests should go to /blog-posts/:id

About

A blog API implemented using Express. Just some practice stuff I'm making while I learn Express.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published