🚀 An application to connect students and teachers, made in Next Level Week #2 @Rocketseat
This project was made using the follow technologies:
First of all clone the project
# Clone Repository
$ git clone https://github.com/danilodecanini/proffy.git
# Go to server folder
$ cd proffy/server
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn start
Access API at http://localhost:3333/
# Go to web folder
$ cd proffy/web
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn 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 proffy/mobile
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn start
Aferter read the QRCode with the app of expo or run on emulator.
LICENSE MIT license.
Made with love by Danilo de Canini Give a ⭐️ if this project helped you!