https://github.com/miraclecancode/testconstructor_backend
🎄 | TestConstructor this is my school project
https://github.com/miraclecancode/testconstructor_backend
golang pet-project pets school-project
Last synced: 12 months ago
JSON representation
🎄 | TestConstructor this is my school project
- Host: GitHub
- URL: https://github.com/miraclecancode/testconstructor_backend
- Owner: MiracleCanCode
- Created: 2024-12-28T04:41:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T12:02:22.000Z (about 1 year ago)
- Last Synced: 2025-02-18T13:21:55.645Z (about 1 year ago)
- Topics: golang, pet-project, pets, school-project
- Language: Go
- Homepage:
- Size: 5.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestConstructor server part
## Project stack:
go
docker
Grafana
Redis
Postgresql
## Installation guide
### Clone this repo
```sh
git clone https://github.com/MiracleCanCode/TestConstructor_backend.git
```
### Create .env.production
```bash
touch .env.production
```
### Run project
```sh
make docker-build
```