/NLW-eSports

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

Primary LanguageTypeScriptMIT LicenseMIT


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: