Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 504 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 504 Bytes

opsway backend

Mono repo for opsway backend related projects.

Development

Everything is dockerized, so you can start development with just a few commands.

All golang code is hot-reloaded, so you don't need to restart the server after every change.

All migrations are run automatically on server start.

Requirements

Start

docker-compose up

Stop

docker-compose down