/proffy

Primary LanguageTypeScript

Proffy

A React, React-Native, Node.JS application made to connect teachers and students.

The project was developed in the Next Level Week, by Rocketseat, that was available between 3 and 9 of August.

Preview

💻 Web

📱 Mobile

Techs used in this project

  • Typescript
  • Node.jS
  • MySQL
  • ReactJS
  • React-Native

Running this project

# First clone the project
git clone https://github.com/WagnerWD40/proffy

# Start the server
cd server
yarn install
yarn start

# The server will run on port http://localhost:3333

# Running the web app
cd web
yarn install
yarn start

# the app will open automatically in your browser, running on http://localhost:3000

# Running the mobile
cd mobile
yarn install

# Change the baseURL in mobile/src/services/api.ts to match the ip of your server, if you are using your mobile device. If using a emulator, change to http://localhost:3333 and then

yarn start

Developed by Wagner Lemos 🐺