Skip to content

React/React Native full-stack application that allows gamers to connect and match to people with similar interests.

License

Notifications You must be signed in to change notification settings

LucasVieiraS/NLW-eSports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Next Level Week E-Sports Logo

Platform that allows gamers to connect and find people with similar interests.

Built during the @Rocketseat NLW eSports event.

'Your duo is here' Shield

Preview:

Quickstart

Server

To begin, create a new .env file on the root directory.

To create a local database, run the following commands:

$ npm install
$ npm run db:migrate

then, start the server by running the following command:

$ npm run dev

Web

To run the local Vite web client:

$ npm install
$ npm run dev

Mobile

Now, in order to run the mobile application you'll need to install expo-cli

$ npm install
$ expo start

Documentation: