Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eckon/phase10-backend
Phase10 backend part - frontend: https://github.com/Hanawa02/phase10-frontend
https://github.com/eckon/phase10-backend
Last synced: 3 months ago
JSON representation
Phase10 backend part - frontend: https://github.com/Hanawa02/phase10-frontend
- Host: GitHub
- URL: https://github.com/eckon/phase10-backend
- Owner: eckon
- Archived: true
- Created: 2019-11-16T17:05:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T10:05:07.000Z (almost 4 years ago)
- Last Synced: 2024-08-05T09:18:34.179Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation
Deployed and automatically updated by Herkou (master branch).
Database (postgres) hosted by Heroku.The Swagger API is under [/swagger](http://localhost:3000/swagger).
```bash
$ npm install
# build + start:prod in one command
$ npm run build:start# re/build dist
$ npm run build
# production mode
$ npm run start:prod# development + watch mode
$ npm run start:dev
```# TODO
A list of [TODOs](TODO.md)