A boilerplate/starter project for quickly building RESTful APIs and with typescript 🚀
Install the dependencies:
yarn installSet the environment variables:
cp .env.example .env
# open .env and modify the environment variables (if needed)Running locally:
yarn devKill locally:
yarn killRunning in production:
yarn start:devTesting:
# run all tests
yarn testBuild:
yarn buildPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.