Skip to content

Project created during the Next Level Week #2, carried out by Rocketseat. The purpose is to connect students and teachers through a platform available both on the web and a mobile app.

Notifications You must be signed in to change notification settings

leonardorib/proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proffy

📔 About

Project created during the Next Level Week #2, carried out by Rocketseat. The purpose is to connect students and teachers through a platform available both on the web and a mobile app.

💻 Web Preview

📱 Mobile App Preview

🚀 Technologies

  • Typescript
  • NodeJS + SQLite
  • ReactJS
  • React Native
  • Expo

⚙️ Getting started

First, clone the repo:

git clone https://github.com/leonardorib/proffy.git

Server

To initialize our server, go to the "server" folder and install the packages needed by running:

yarn install

Then to actually start the server, run:

yarn start

Web

Enter the "web" folder and do:

yarn install
yarn start

Mobile

To run the mobile version, you need to have expo installed globally:

yarn global add expo-cli

If using npm:

npm install expo-cli --global

Then you can enter the "mobile" folder and do:

yarn install
yarn start

Expo is going to start the metro bundler and you can test it out with your physical device (Expo app needed), by pointing the camera to the QR Code.

If using a simulator, just select the option "run on Android/iOS" and it will automatically search it. For more details see Expo docs.

About

Project created during the Next Level Week #2, carried out by Rocketseat. The purpose is to connect students and teachers through a platform available both on the web and a mobile app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages