/proffy

REST-API, WEB and MOBILE application. Here you can teach and pay for high school and elementary classes 📚🖋

Primary LanguageTypeScript

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 📚🖊




SERVER

Technologies

WEB

Technologies



MOBILE

Technologies



GETTING STARTED

Requirements

Clone the project and access the folder

$ git clone https://github.com/danielmesquitta/proffy && cd proffy

Start backend

# Go to the correct folder
$ cd server

# Install the dependencies
$ yarn

# Create database and run seeds
$ yarn knex:migrate

# Start
$ yarn start

Start web

# Go to the correct folder
$ cd web

# Install the dependencies
$ yarn

# Start
$ yarn start

Start mobile

# Go to the correct folder
$ cd mobile

# Install the dependencies
$ yarn

# Start
$ yarn android