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

https://github.com/jefferson1104/wongames-database

This is the database repository of the Won Games platform
https://github.com/jefferson1104/wongames-database

docker docker-compose postgresql-database

Last synced: 2 months ago
JSON representation

This is the database repository of the Won Games platform

Awesome Lists containing this project

README

          


Won Games (DATABASE)


technology

technology


### :writing_hand: About this project
This is the database repository of the Won Games platform, Won Games is an online game marketplace, where you can buy and download your games.

### :cyclone: Run container with database backup
You must have docker and also docker-compose installed on your machine.

```bash
# Clone this repository
$ git clone https://github.com/jefferson1104/wonGames-api

# Access the project folder
$ cd wonGames-database

# Get docker database container
$ docker-compose pull

# Run database container
$ docker-compose up -d

# Verify container status
$ docker ps -a
```
### 🎨 Screenshots