Skip to content

Boiler Plate for Restful api using node and mysql

License

Notifications You must be signed in to change notification settings

RVEmpire/hapiSql

Repository files navigation

MyHapiSql

It's a REST API built with HapiJs(NodeJs) and MySQL(Sequelize)

Please follow steps given below to run this project

  1. Install NodeJS using one of these easy methods.
    • Optional: Install n or nvm for node version management
  2. Install MySql by following below steps :
    1. sudo apt-get update
    2. sudo apt-get install mysql-server-5.6
    3. Follow the on screen instructions
  3. Install nodemon using npm install -g nodemon
  4. Navigate inside the project folder and run npm install in terminal
  5. To connect to your personal database, modifiy configurations in config directory.
  6. Mold as you like and be Hapi

About

Boiler Plate for Restful api using node and mysql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published