/hapiSql

Boiler Plate for Restful api using node and mysql

Primary LanguageJavaScriptMIT LicenseMIT

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