Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmartins-dev/world-cup-project
https://github.com/gmartins-dev/world-cup-project
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gmartins-dev/world-cup-project
- Owner: gmartins-dev
- Created: 2022-11-21T21:46:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:53:20.000Z (about 2 years ago)
- Last Synced: 2024-10-16T18:49:55.918Z (3 months ago)
- Language: TypeScript
- Size: 2.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🏆⚽ "BeMyGuess" - Full-stack application 🖥📱
## 🗃 Project
The project consists of an application with the Football World Cup 2022, which will allow users to create their own cup pools to try predict the results of matches and play together with their friends.
## 🛠 Technologies, tools and libs
Back-end
NodeJs,
Typescript,
Prisma,
Fastify,
Zod,
SQLite
Front-end (web)
React,
TypeScript,
NextJS,
TailwindCSS,
Axios
Mobile
React Native,
Expo,
Native Base
## 💻 Demonstration
## 🚀 How to run
If you want to run the project on your local machine, just follow the steps below:
```bash
$ git clone https://github.com/guilhermemm-dev/world-cup-project# Install the dependencies
$ yarn install or npm install
```- Run backend server:
```bash
$ cd backend
npm run dev```
- Run web/desktop applicaton:
```bash
$ cd frontend
npm run dev```
- Run mobile application:
[![runs with Expo Go](https://img.shields.io/badge/Runs%20with%20Expo%20Go-000.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.dev/client)
```bash
First, make sure you have Expo CLI installed:
npm install -g expo-cli
# Start the application
$ cd mobile
$ expo start
```
## 📝 License
This project is licensed under the MIT license.
Guilherme Martins - @guilhermemm-dev
- Portfolio: https://guilhermemm.dev
- LinkedIn: https://www.linkedin.com/in/guilhermemm-dev
- GitHub: https://github.com/guilhermemm-dev
- Email: [email protected]