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
- Host: GitHub
- URL: https://github.com/jefferson1104/wongames-database
- Owner: jefferson1104
- Created: 2022-03-31T18:49:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T20:02:18.000Z (about 4 years ago)
- Last Synced: 2025-05-31T14:10:39.063Z (about 1 year ago)
- Topics: docker, docker-compose, postgresql-database
- Language: Dockerfile
- Homepage:
- Size: 689 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
$ 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