Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eckon/phase10-backend

Phase10 backend part - frontend: https://github.com/Hanawa02/phase10-frontend
https://github.com/eckon/phase10-backend

Last synced: about 2 months ago
JSON representation

Phase10 backend part - frontend: https://github.com/Hanawa02/phase10-frontend

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)