Skip to content

viveksharmapoudel/blog-api

Repository files navigation

This is a simple blog api created in Nodejs. In order to run this project Mysql should be preinstalled. Create a new .env file referencing .env.example

Getting Started

First, Install all the dependency:

npm install 
# or
yarn install

And then run the development server:

npm start
# or
yarn start

Todos:

  • Project setup
  • Blog crud
  • authentication using JWT
  • Validation

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published