Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorykogan/mephi-databases
https://github.com/gregorykogan/mephi-databases
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregorykogan/mephi-databases
- Owner: GregoryKogan
- License: mit
- Created: 2024-10-27T15:00:27.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T16:24:48.000Z (12 days ago)
- Last Synced: 2024-10-27T19:25:35.232Z (11 days ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mephi-databases
Laboratory work on the database course at MEPhI.
Topic: TrelloThis project is built in Go and uses [GORM](https://gorm.io/) as an ORM for PostgreSQL.
Entity-relationship diagram
## Run
The project is dockerized. To run it, you need to have Docker installed on your machine.
```bash
docker-compose up --build
```## PgAdmin
PgAdmin will be available at `http://localhost:5050`.
Credentials to connect to the database:
```
Host name/address: database
Port: 5432
Username: mephi
Password: mephi
```