niwla23 / containerpanel

A modern-looking panel to manage container based (game)servers.
2 stars 0 forks source link
containers hacktoberfest panel webapp

containerpanel

A modern-looking panel to manage container based (game)servers.

Development

Setup

You will need to have docker and python 3.9 as well as pip installed. Then run: make setup

Run backend:

make backend-dev

Run frontend

make frontend-dev

Run tests for backend & frontend:

make test