Skip to content
/ TSA Public template

Back-End framework built by Koa and TypeORM with TypeScript

Notifications You must be signed in to change notification settings

m8524769/TSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSA

Back-End framework built by Koa and TypeORM with TypeScript

Getting Started

git clone --depth=1 https://github.com/m8524769/TSA.git
cd ./TSA
vim ./ormconfig.json
npm i
npm start

How to test it?

Use Postman or something to send http requests to http://localhost:3000/api/<your-router>

How to start it in the background?

npm i -g pm2
pm2 start npm --watch --name TSA -- start
  • Check the background process
pm2 monit

No License

Do What The F**k You Want To

About

Back-End framework built by Koa and TypeORM with TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published