Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Livingston-k/Blog-app-api

Repository files navigation

Node Express Mysql Sequelise Blog System Api

Node api with express mysql sequelise

Usage

To get started with this api follow the steps below

$ git clone https://github.com/Livingston-k/Blog-app-api
$ cd Blog-app-api
$ yarn install

DATABASE SETUP

  • Note that is project is using mysql database.
    • create a database forexample blog_system
    • In the project directory go to config/config.json and edit the database configurations to match your setup
    • To migrate the database tables run :
      npx sequelize-cli db:migrate
      

START THE SERVER

$ yarn start

ENVIRONMENT VARIABLES

  • In the project main directory ceate a file name .env and put the following
JWT_SECRETE = "put any string here to act as your jwt secret"

API DOCUMENTATION

View api documentation

Follow Me

About

Blog application api in Node.js express.js sequelize ORM and MYSQL Database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •