Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregorykogan/mephi-databases


https://github.com/gregorykogan/mephi-databases

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# mephi-databases

Laboratory work on the database course at MEPhI.
Topic: Trello

This 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
```