Skip to content

Comurule/blog_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog API

Description

  • Quick summary: A simple node-express CRUD application.

  • Version: 1.0

How to Setup?

To run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

  • Clone the repository using this command(in your Command Line)
git clone https://github.com/Comurule/blog_api.git
  • Go into the repository
cd blog_api
  • Create .env file for environmental variables in your root directory like the .env.sample file and provide the mongo database uri

  • Install all dependencies using this command(in your Command Line)

npm install
  • Run the app with this command(in your Command Line)
npm start
  • Run test with this command(in your Command Line)
npm test
  • Check the port on the specified port on the env or 8000

API End Points

The Endpoints documentation can be gotten in this Postman documentation.

Recommended Improvements

  • More input valdation and Error handling
  • API unit and integration testing

Author

Chibuike Umechukwu# Backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published