Skip to content

ranicc/ts-http-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Simple HTTP API written in Typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published