This project is used as a basis for API creation with Hapi, JWT, Typescript and SequelizeJS. Feel free to use or contribute to this project.
All project settings are in the settings.json file in the /src/setting/settings.json directory.
NOTE: You must change the database settings before start the project.
You are able to running this project indifferents environments: dev, prod or test.
To run in the development environment you can run the commands below
npm startor
npm run devTo run in the production environment you can run the commands below
npm run prodTo run in the test environment you can run the commands below
npm run testMIT