Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 375 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 375 Bytes

Backend of Blog App

This project was created as the backend for the Blog App.

This project uses Node.js and MongoDB for the backend of the app

In the project directory, you can run:

Before running, Replace the env file with your MongoDB credentials.

npm install

npm run dev

Nodemon server will start and the API can be used using Axios or Fetch.