Skip to content

Web and mobile application to connect teachers and students.

License

Notifications You must be signed in to change notification settings

venuziano/Proffys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Proffy

Web and mobile application to connect teachers and students..

✔️ Proffy 🚀 Finished ✔️

used languages GitHub repo size used license

computer About the project

Proffys is an application that seeks to connect teachers from different areas and students from the most varied fields on a single platform. Students can search for the class of interest and then contact the teacher.

gear Functionalities

  • Teachers can register by informing:

    • Full name;
    • Profile avatar;
    • Whatsapp;
    • Which classes hurt;
    • Class cost per hour;
    • Available times.
  • Students can search for teachers by class name and time filter "From" and "To".
  • Users have access to the mobile application, where they can:
    • Find teachers for classes;
    • Favorite and "unfavorite" teachers.

art App Demonstration

Mobile:

Procurar aulas

Web:

Procurar aulas

rocket How to execute the project

This project is splitted into three steps:

  1. Backend (server folder)
  2. Frontend (web folder)
  3. Mobile (mobile folder)

bulbThe server side must be running to the frontend and the mobile side work without problem.

Prerequirements

Before starting, you will need to have the following tools installed on your machine:: Git, Node.js. Besides, it's good to have an editor to work with the code like VSCode

game_die Running the server side

# Clone this repository
$ git clone https://github.com/venuziano/Proffys

# Access the project folder in the terminal/cmd $ cd README.md

# Go to the server folder $ cd server

# Install the dependencies $ yarn install

# Run the application in development mode $ yarn start

# The server will start on port:3333 - go to http://localhost:3333

compass Running the frontend

# Clone this repository
$ git clone https://github.com/venuziano/Proffys

# Access the project folder in the terminal/cmd
$ cd README.md

# Go to the web folder
$ cd web

# Install the dependencies
$ yarn install

# Run the application in development mode
$ yarn start

# The server will start on port:3000 - go to http://localhost:3000

🛠 Technologies

Server (NodeJS + TypeScript)

Website (React + TypeScript)

superhero Author

Rafael Rodrigues rocket

Linkedin Badge Gmail Badge

memo License

This project is under license MIT.

About

Web and mobile application to connect teachers and students.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages