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

https://github.com/pacovk/minisoccer


https://github.com/pacovk/minisoccer

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# README #

### Requirements ###

* Node installed
* Node packagemanager installed eg yarn
* Docker & docker-compose >= 18.07

### Usage ###

To deploy the whole app use ```docker-compose up```

### Development ###

To run the backend use `````cd server && yarn start`````


To run the frontend use `````cd client && yarn start`````