GoLibrary is a web portal containing information about educational materials for Golang. The project uses the Echo framework and the Templ package for HTML page generation.
- Golang 1.22
- Docker
- Docker Compose
-
Clone this repository:
git clone https://github.com/rostis232/golibrary.git cd golibrary
-
Rename the file .env.example to .env
mv .env.example .env
-
Fill in the environment variables:
PG_PORT= PG_PASS= PG_USER= PG_DB_NAME= PORT=
-
Start Docker Compose:
docker-compose up --build
The web portal will be available once Docker Compose is up and running.
- Telegram: rostis232
- Email: [email protected]
- LinkedIn: Rostyslav Pylypiv
This project is licensed under the MIT License. See the LICENSE file for details.