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

https://github.com/wallisonmoura/won-games-database

This is the database repository of the Won Games platform
https://github.com/wallisonmoura/won-games-database

docker docker-compose github-actions 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
$ https://github.com/wallisonmoura/won-games-database.git

# Access the project folder
$ cd won-games-database

# Get docker database container
$ docker-compose pull

# Run database container
$ docker-compose up -d

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