Skip to content

andisiambuku/Blog-API

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Blog API

This is an API that serves a blog frontend.

Features

  • User Authentication - this is implemented using Passport and JWT.
  • BlogPost - this feature has CRUD endpoints to enable a user to create, read, update and delete blogposts.

Tutorial

The tutorial on how to create the user authentication is available here

Installation

git clone https://github.com/andisiambuku/Blog-API.git

npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages