Skip to content

DavidRodarte/TypeScript-RESTServer

Repository files navigation

Simple TypeScript REST framework

Steps to run this project:

  1. Install required packages by running npm install
  2. Setup database settings inside ormconfig.json or create and setup your .env file cp .env.example .env
  3. Run tsc command to build javascript files
  4. Run node ./build/app.js to start your application

About

My Express web server using TypeScript

Resources

Stars

Watchers

Forks

Packages

No packages published