Skip to content

einasota/nlw9-esports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Level Week eSports

About

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:


Web App

Web Form

By the mobile version it is possible to find players according to date and time to connect via Discord:

Mobile App

Technologies

How To Use

Requirements

  • NodeJS >= 14.17
  • yarn or npm

Use the example Environment Variables files located in the server and mobile folders and rename them to .env

Run in all folders (server, web, mobile)

yarn install
or
npm install

Run Migration in server folder

npx prisma migrate dev

Create games in database

Create using prisma studio in game table

npx prisma studio

Start services (in server, web folders)

yarn dev
npm run dev

Start mobile service

npx expo start

Using the Expo Go

Download

Expo Go - PlayStore

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.

Using the Browser

Use the ip: http://127.0.0.1:3333/

License

This project is licensed under the MIT license. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published