REST-API, WEB and MOBILE application. Here you can get in touch with teachers and pay for high school and elementary classes. Or, if you prefer, you can charge for your work hour 📚🖊
- ReactJS
- React Native
- TypeScript
- React Navigation
- Vector Icons
- Picker
- DateTimePicker
- Styled Components
- Axios
$ git clone https://github.com/danielmesquitta/proffy && cd proffy
# Go to the correct folder
$ cd server
# Install the dependencies
$ yarn
# Create database and run seeds
$ yarn knex:migrate
# Start
$ yarn start
# Go to the correct folder
$ cd web
# Install the dependencies
$ yarn
# Start
$ yarn start
# Go to the correct folder
$ cd mobile
# Install the dependencies
$ yarn
# Start
$ yarn android