📖 Proffy is an online platform that helps students to find private tutors to assist them in their studies. This project was based on the NLW #2 course.
This project was made using the following technologies:
# Clone Repository
$ git clone [email protected]:marcoaminotto/proffy.git
# Go to server folder
$ cd Proffy/server
# Install dependencies
$ yarn install
# Execute migrations
$ yarn knex:migrate
# Run the aplication
$ yarn start
To check if it is working, click on http://localhost:3333/connections. If it returns a JSON {"total":0}
then the server is working 🎉.
# Go to web folder
$ cd Proffy/web
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn start
Go to http://localhost:3000/ to see the pretty website.
To run the mobile project you need a smartphone with the app of expo installed or a android/ios emulator on your computer.
# Go to mobile folder
$ cd Proffy/mobile
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn start
Read the QRCode with the app of expo or run on your emulator.
Released in 2020 📕 License
This project is under the MIT license.
Give a ⭐️ if this project helped you!
</> by Marco Echevestre