Skip to content

epicentre/epic-blog-nodejs

Repository files navigation

Epic Blog Backend Service

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.

Requirements

  • Nodejs
  • Mongodb

Installation

  • 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 dev

Final Step

Import Postman Collection file(epic_blog.postman_collection.json) and run endpoints.

Coming Soon

Frontend service written in Vue js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors