-
Quick summary: A simple node-express CRUD application.
-
Version: 1.0
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
The Endpoints documentation can be gotten in this Postman documentation.
- More input valdation and Error handling
- API unit and integration testing
Chibuike Umechukwu# Backend