The Project was developed at NLW2 at Rocketseat.
It is Profy, a platform for online studies where it is possible to register or hire the service of teachers.
# Go to server folder
$ cd proffy/server
# Install Dependencies
$ yarn
# Run Aplication
$ yarn start
Access API at http://localhost:3333/
# Go to web folder
$ cd proffy/web
# Install Dependencies
$ yarn
# Run Aplication
$ yarn start
Go to http://localhost:3000/ to see the result.