beatrizadm / proffy-NLW

πŸ““ Educational platform to connect teachers and students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proffy-NLW

πŸ““ Educational platform to connect teachers and students

πŸ’» 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/RafaelGoulartB/Proffy.git

πŸ“¦ 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
$ yarn install

# Run Aplication
$ yarn start

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

About

πŸ““ Educational platform to connect teachers and students

License:MIT License


Languages

Language:TypeScript 58.6%Language:CSS 38.7%Language:HTML 2.7%