Skip to content

An online education platform to connect students and teachers

Notifications You must be signed in to change notification settings

hercules-sousa/Proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


The purpose of this project is to create an online platform to connect students and teachers in an easy and fast way, the teachers will post their price/hours and students can reach them by their whatsapp contact.Besides, students can classify teachers in their favorites making it easier to find.
The way the classes will be taught is of concern of the teacher and the student, giving them this autonomy makes the platform flexible and more reachable.


💻 Web


📱 Mobile

💻 Technologies

This project was built using the follow technologies:

👷 How to run

# Clone Repository
$ git clone https://github.com/hercules-sousa/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 web part.

📱 Run Mobile Project

To run the mobile project you need a cellphone with expo app installed or a emulator android/ios.
You should fork this repository to your machine. Then, 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

Afterwards, read the QRCode with expo app or run on an emulator.

Releases

No releases published

Packages

No packages published

Languages