Getting Started

This project uses Hapi.js and MySQL database.

Importing the Schema SQL

Please import the ./seed/schema.sql file to create your database.

Preparing dotenv

Please clone the ./.env.template file to ./.env.
And open it and make sure if all environment variables are correct.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the production mode.
Access http://localhost:5050/api/v1/grades to view it in the Postman.

yarn dev

Runs the app in the development mode.\