https://github.com/rubendvb/nlw-esports
https://github.com/rubendvb/nlw-esports
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubendvb/nlw-esports
- Owner: Rubendvb
- Created: 2022-09-12T06:17:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T04:53:34.000Z (over 2 years ago)
- Last Synced: 2025-01-21T02:09:39.588Z (3 months ago)
- Language: TypeScript
- Size: 9.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# NLW eSports - Rocketseat
App Full Stack para encontrar gamers
## Instruções
1. Renomeie o arquivo `.env.example` para `.env` dentro da pasta `server`
1. Inicie o servidor do backend em um terminal, rodando o comando `npm run dev` ou `yarn dev` dentro da pasta `server`
1. Inicie o servidor da web em outro terminal, rodando `npm run dev` ou `yarn dev` dentro da pasta `web`
1. Para utilizar o aplicativo web, basta abrir [http://localhost:5173](http://localhost:5173) em algum browser
1. Inicie o servidor do app em outro terminal, rodando `npx expo start` dentro da pasta `mobile`
1. Para iniciar o app, basta seguir as instruções do [Expo](https://docs.expo.dev/get-started/create-a-new-app/#opening-the-app-on-your-phonetablet) para iniciá-lo em um emulador ou dispositivo físico## Requisitos
- [Node](https://nodejs.org) versão LTS
- [npm](https://www.npmjs.com) or [yarn](https://yarnpkg.com/getting-started/install)
- [Expo](https://docs.expo.dev/get-started/installation)## Tech Stack
- [TypeScript](https://www.typescriptlang.org)
### Backend
- [Node](https://nodejs.org)
- [Express](https://expressjs.com)
- [Prisma](https://www.prisma.io)
- [SQLite](https://www.sqlite.org/index.html)### Web
- [React](https://reactjs.org)
- [Vite](https://vitejs.dev)
- [Tailwind](https://tailwindcss.com)
- [Radix UI](https://www.radix-ui.com)
- [React Hook Form](https://react-hook-form.com)
- [Axios](https://axios-http.com)### Mobile
- [React](https://reactjs.org)
- [React Native](https://reactnative.dev)
- [Expo](https://docs.expo.dev/index.html)
- [React Navigation](https://reactnavigation.org)
- [Axios](https://axios-http.com)