Skip to content

ocsacesar/base_nodejs_typescript_api

Repository files navigation

Base Project

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.

Settings

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.

Running 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 start

or

npm run dev

To run in the production environment you can run the commands below

npm run prod

To run in the test environment you can run the commands below

npm run test

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published