This repository is a Node.js with TypeScript kit which can be used to build simple REST APIs.
1 - Clone this repository:
git clone https://github.com/adrianoapj/nodejs-ts-rest-kit2 - Open the directory where the repository was cloned.
cd nodejs-ts-rest-kit3 - Install all dependencies.
npm installor
yarn4 - Run the server.
npm run devor
yarn devThis project is licensed under MIT License, for more info about it, take a look at LICENSE file.