This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
backend/README.md

24 lines
647 B
Markdown
Raw Normal View History

2021-06-06 16:33:34 +00:00
# zdamegzaminzawodowy.pl - backend
This project contains the API and other core infrastructure items needed for all [zdamegzaminzawodowy.pl](https://zdamegzaminzawodowy.pl) apps.
## Development
### Prerequisites
1. Golang
2. Docker + docker-compose
3. make
2021-06-06 16:33:34 +00:00
### Installation
1. ``git clone git@github.com:zdam-egzamin-zawodowy/backend.git``.
2. ``cd backend && cp .env.example .env.local``
3. ``make docker-compose-up``
4. Run the app - ``go run ./cmd/server/main.go``.
2021-06-06 16:33:34 +00:00
## License
Distributed under the MIT License. See ``LICENSE`` for more information.
## Contact
Dawid Wysokiński - [contact@dwysokinski.me](mailto:contact@dwysokinski.me)