It's a Rest API blog service made with Node js project have JWT authentication ,CRUD, pagination , filtering and more.
PS: When this project created have infulenced and supported Realworld Project repository.
- Nodejs
- Mongodb
- Clone or download project
- Change Directory
- Copy environment file
- Open .env file and set environment variables(Mongodb url, secret key and app port)
- Install dependencies
- Start your project for development
$ git clone https://github.com/epicentre/epic-blog-nodejs.git
$ cd epic-blog-nodejs
$ cp .env.example .env
$ npm install
$ npm run devFinal Step
Import Postman Collection file(epic_blog.postman_collection.json) and run endpoints.
Frontend service written in Vue js.