Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.42 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.42 KB

ts-http-api

Simple HTTP API written in Typescript using ts-node and express.

File structure

src/
├─ controller/
│  ├─ index.ts
├─ routes
│  ├─ index.ts
├─ server.ts

Setup

Installing dependencies

Run:

yarn install

Running the server

For development

Run:

yarn dev
For build

Run:

yarn build

License and additional information

This template is licensed under the MIT License.

Feel free to contribute to the project using Pull Requests or Issues.

Additional development information

This project is using Prettier for code-formatting and the following dependencies: