Simple HTTP API written in Typescript using ts-node and express.
src/
├─ controller/
│ ├─ index.ts
├─ routes
│ ├─ index.ts
├─ server.ts
Run:
yarn install
Run:
yarn dev
Run:
yarn build
This template is licensed under the MIT License.
Feel free to contribute to the project using Pull Requests or Issues.
This project is using Prettier for code-formatting and the following dependencies: