🚀 A web app and mobile application made to connect teachers to students via search terms
This project was made using the follow technologies:
- Website to sign up teachers and students.
- App to connect teachers and students.
# Clone Repository
$ git clone https://github.com/vcwild/proffy.git
# Go to server folder
$ cd ./server
# Install Dependencies
$ npm install
# Run Aplication
$ npm start
Access API at http://localhost:3333/
# Go to web folder
$ cd "./web"
# Install Dependencies
$ npm install
# Run Aplication
$ npm start
Go to http://localhost:3000/ to see the result.
To run the mobile project you need a cellphone with the app of expo instaled or a emulator android/ios.
After, fork this repository and clone to your machine. Inside of the project's folder run the following commands:
# Go to mobile folder
$ cd "./mobile"
# Install Dependencies
$ npm install
# Run Aplication
$ npm start
Read the QR Code with expo or run via emulator.
Found a bug? Feel free to post an issue with title and description.
Released in 2020 📕 License
This project is under the MIT license.