REST API for News blog project
- Node js
- Express
- MongoDB
- Mongoose
Hosted on render.com
-
Clone repository
git clone https://github.com/PavelChugreev/blog-api.git
-
Install dependencies
npm install
-
Run
npm run dev
for a dev server. Navigate tohttp://localhost:4000/
. The app will automatically reload if you change any of the source files.