Skip to content

A study platform to connect students and teachers.

Notifications You must be signed in to change notification settings

abnersouza/proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Proffy

❔ About

A study platform to connect students and teachers. The main idea is the teacher to register the classes and the student select a class to study.

📸 Screenshots

Interface Web

Landing Page Proffy in Desktop

🛠 Techs

Proffy was built using the following:

⚙ How to Install and Start

To install and start proffy follow the steps below:

Installation

Clone the Repository:

git clone https://github.com/abnersouza/proffy.git

Start Node Server

Open the cloned repository na navigate to the web folder

cd ./proffy/server

Install the dependencies 🚀

NPM
# Install all dependencies
> npm install

# Create a sqlite database and run the migrations
> npm run knex:migrate:latest

# Start the proffy web
> npm start
YARN
# Install all dependencies
> yarn install

# Start the proffy web
> yarn start

Start Web Version

Open the cloned repository na navigate to the web folder

cd ./proffy/web

Install the dependencies 🚀

NPM Packages
# Install all dependencies
> npm install

# Start the proffy web
> npm start
YARN Packages
# Install all dependencies
> yarn install

# Start the proffy web
> yarn start

Start Mobile Version

Open the cloned repository na navigate to the web folder

cd ./proffy/mobile

Install the dependencies 🚀

EXPO
EXPO Installation NPM or Yarn

# NPM
> npm install expo-cli --global

# Yarn
> yarn global add expo-cli
Expo Dependencies
# Expo Dependencies
> expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view expo-font @expo-google-fonts/archivo @expo-google-fonts/poppins
NPM Packages
# Install all dependencies
> npm install

# Start the proffy mobile
> npm start
YARN Packages
# Install all dependencies
> yarn global add expo-cli

# Start the proffy mobile
> yarn start

🥅 Plans

  • Implement the classroom for one to one video call using WebRTC and Socket.io

📜 License

This project is under MIT License MIT

Special Thanks

To all @Rocketseat team members for the amazing Next Level Week 2 course.

Made with ❤️ by Abner Souza

About

A study platform to connect students and teachers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published