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
- Host: GitHub
- URL: https://github.com/wallisonmoura/won-games-database
- Owner: wallisonmoura
- Created: 2023-05-31T04:02:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T08:25:51.000Z (about 3 years ago)
- Last Synced: 2025-12-26T06:47:53.129Z (6 months ago)
- Topics: docker, docker-compose, github-actions, postgresql-database
- Language: Dockerfile
- Homepage:
- Size: 416 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Won Games (DATABASE)

### :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
```