About | Technologies | License
NLW eSports is an app developed during the Next Level Week by the Ignite trail that is organized and presented by @Rocketseat where the use of the JavaScript Stack (TypeScript, NodeJS, React, React Native, HTML and CSS) is shown in a simple and intelligent way of how an App is developed in practice.
The Application has the functionality to connect players from a variety of games through a small form, through which they provide information to find the best partner to play.
Through the web version it is possible to register to find a game. As shown in the following images:
By the mobile version it is possible to find players according to date and time to connect via Discord:
- NodeJS >= 14.17
- yarn or npm
Use the example Environment Variables files located in the server and mobile folders and rename them to .env
yarn install
or
npm install
npx prisma migrate dev
Create using prisma studio in game table
npx prisma studio
yarn dev
npm run dev
npx expo start
Use the app to connect and test from your own smartphone. Use the QRCode option in the app and scan the QRCode in the terminal.
Use the ip: http://127.0.0.1:3333/
This project is licensed under the MIT license. See the LICENSE file for more details.