https://github.com/jefferson1104/wongames
A game marketplace platform, buy and download games at wongames, API built with Strapi, PostgresSQL and GraphQL, front-end developed with NextJS and much more.
https://github.com/jefferson1104/wongames
apollo-client docker docker-compose graphql nextjs postgresql reactjs strapi-cms typescript
Last synced: 2 months ago
JSON representation
A game marketplace platform, buy and download games at wongames, API built with Strapi, PostgresSQL and GraphQL, front-end developed with NextJS and much more.
- Host: GitHub
- URL: https://github.com/jefferson1104/wongames
- Owner: jefferson1104
- Created: 2022-04-24T04:47:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T22:21:44.000Z (about 4 years ago)
- Last Synced: 2025-06-16T02:02:53.635Z (12 months ago)
- Topics: apollo-client, docker, docker-compose, graphql, nextjs, postgresql, reactjs, strapi-cms, typescript
- Homepage:
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WONGAMES
### About project
The wongames platform is an e-commerce for PC games, the system contains a PostgresSQL database, an API developed with Strapi and the front-end developed with NextJS, in addition to several other technologies such as NextAuth, GraphQL, unit tests with Jest and React Testing Library, and also has e2e tests with the Cypress tool.
### :zap: Main technologies
- [TypeScript](https://www.typescriptlang.org/docs/)
- [Strapi](https://strapi.io/)
- [NextJS](https://nextjs.org/)
- [Jest](https://jestjs.io/pt-BR/docs/getting-started)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)
- [Cypress](https://www.cypress.io/)
- [Styled-Components](https://styled-components.com/)
- [Stripe](https://stripe.com/)
- [NextAuth](https://next-auth.js.org/)
- [Apollo GraphQL](https://www.apollographql.com/)
### :rocket: Repositories (source code)
- [DATABASE](https://github.com/jefferson1104/wonGames-database)
- [API](https://github.com/jefferson1104/wonGames-api)
- [CLIENT](https://github.com/jefferson1104/wonGames-client)
### :thinking: How to Contribute?
**Fork the back-end, front-end or mobile repository**
```bash
# clone your fork
$ git clone url-do-seu-fork
# Create a branch with your feature or bug fix
$ git checkout -b minha-branch
# Commit your changes
$ git commit -m 'feature/bugfix: minhas alterações'
# Push to your branch
$ git push origin minha-branch
```
Once your pull request has been merged, you can delete your branch.
### 🎨 Screenshots