Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m8524769/tsa
Back-End framework built by Koa and TypeORM with TypeScript
https://github.com/m8524769/tsa
backend koa typeorm
Last synced: 6 days ago
JSON representation
Back-End framework built by Koa and TypeORM with TypeScript
- Host: GitHub
- URL: https://github.com/m8524769/tsa
- Owner: m8524769
- Created: 2018-07-03T15:11:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T20:38:25.000Z (about 2 years ago)
- Last Synced: 2023-03-02T16:11:28.071Z (almost 2 years ago)
- Topics: backend, koa, typeorm
- Language: TypeScript
- Homepage:
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TSA
Back-End framework built by [Koa][] and [TypeORM][] with TypeScript
## Getting Started
```shell
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/`
## How to start it in the background?
```shell
npm i -g pm2
pm2 start npm --watch --name TSA -- start
```- Check the background process
```shell
pm2 monit
```## No License
Do What The F**k You Want To
[Koa]: https://koajs.com
[TypeORM]: http://typeorm.io
[Postman]: https://www.getpostman.com