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.
Interface Web
Proffy was built using the following:
To install and start proffy follow the steps below:
Clone the Repository:
git clone https://github.com/abnersouza/proffy.git
Open the cloned repository na navigate to the web folder
cd ./proffy/server
Install the dependencies 🚀
# Install all dependencies
> npm install
# Create a sqlite database and run the migrations
> npm run knex:migrate:latest
# Start the proffy web
> npm start
# Install all dependencies
> yarn install
# Start the proffy web
> yarn start
Open the cloned repository na navigate to the web folder
cd ./proffy/web
Install the dependencies 🚀
# Install all dependencies
> npm install
# Start the proffy web
> npm start
# Install all dependencies
> yarn install
# Start the proffy web
> yarn start
Open the cloned repository na navigate to the web folder
cd ./proffy/mobile
Install the dependencies 🚀
# NPM
> npm install expo-cli --global
# Yarn
> yarn global add expo-cli
# 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
# Install all dependencies
> npm install
# Start the proffy mobile
> npm start
# Install all dependencies
> yarn global add expo-cli
# Start the proffy mobile
> yarn start
- Implement the classroom for one to one video call using WebRTC and Socket.io
This project is under MIT License MIT
To all @Rocketseat team members for the amazing Next Level Week 2 course.
Made with ❤️ by Abner Souza