/Proffy-TS

Project created using ReactJS and React Native in honor of the national day of the education professional.

Primary LanguageTypeScript

Proffy - Project created especially for professional education day.

Contents

Technologies

This project was made using the follow technologies:

Features

  • Website to sign up teachers and students.
  • App to connect teachers and students.

How to run

# Clone Repository
$ git clone https://github.com/rafamoliv/Proffy-TS

Run API

# Go to server folder
$ cd Proffy/server

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start

Access API at http://localhost:3333/

Run Web Project

# Go to web folder
$ cd Proffy/web

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start

Go to http://localhost:3000/ to see the result.

Run Mobile Project

To run the mobile project you need a cellphone with the app of expo instaled or a emulator android/ios.
After, fork this repository and clone to your machine. Inside of the project's folder run the following commands:

# Go to mobile folder
$ cd Proffy/mobile

# Install Dependencies
$ expo install

# Run Aplication
$ expo start

Aferter read the QRCode with the app of expo or run on emulator.