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

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

This is the back-end repository (API) of the Won Games platform.
https://github.com/jefferson1104/wongames-api

javascript nodejs strapi

Last synced: 3 months ago
JSON representation

This is the back-end repository (API) of the Won Games platform.

Awesome Lists containing this project

README

        


Won Games (API)


technology

technology

technology


### :writing_hand: About this project
This is the back-end repository (API) of the Won Games platform, Won Games is an online game marketplace, where you can buy and download your games, the development of this API was done with Javascript and NodeJS technologies using Strapi .

### :cyclone: How to run this project
Before starting this project, you must have a docker container with postgresSQL or have postgresSQL installed on your machine where the project will run. The database access settings for the development environment are in the **wonGames-api/config/env/development/database.js**

> **ATENTION**: We have a repository that contains a backup of the database and we teach you to build a docker container with this backup, [CLIQUE HERE](https://github.com/jefferson1104/wonGames-database)
```bash
# After running your container with the database backup

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

# Access the project folder
$ cd wonGames-api

# Install dependencies
$ yarn

# Run initial build
$ yarn build --clean

# Run API at localhost:1337/admin
$ yarn develop

# Login
USER: [email protected]
PSWD: Wongames123
```
### 🎨 Screenshots