Web and mobile application to connect teachers and students..
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.
-
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.
Mobile:
Web:
This project is splitted into three steps:
- Backend (server folder)
- Frontend (web folder)
- Mobile (mobile folder)
The server side must be running to the frontend and the mobile side work without problem.
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
# 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
# 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
Server (NodeJS + TypeScript)
Website (React + TypeScript)
Mobile (React Native + TypeScript)
This project is under license MIT.