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-kit
2 - Open the directory where the repository was cloned.
cd nodejs-ts-rest-kit
3 - Install all dependencies.
npm install
or
yarn
4 - Run the server.
npm run dev
or
yarn dev
This project is licensed under MIT License, for more info about it, take a look at LICENSE file.