💡About | 💻Technologies | 📥How execute | 📕License
💻 A project made to connect teachers and students to book private lessons. developed in Next Level Week #2 @Rocketseat 🚀
# Clone Repository
$ git clone ttps://github.com/brunoafabricio/NLW-02-Proffy
# Go to server folder
$ cd /NLW-02-Proffy/server
# Install Dependencies
$ yarn install
# Install Real Time Database
$ yarn knex:migrate
# Run Aplication
$ yarn start
Access API at http://localhost:3333/
# Go to web folder
$ cd /NLW-02-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 mobile phone with the app of expo instaled or a emulator android/ios.
# Go to mobile folder
$ cd /NLW-02-Proffy/mobile
# Install Dependencies
$ yarn install
# Run Aplication
$ yarn start