Features | Mobile | Web | Getting Started
Builded in React, node and Typescript, this application was designed to connect professors and students.
Create you profile and search for classes in a specific hour. If you are a professor, also is possible to create, update and delete you classes.
To use this app, you'll need...
- Clone this repository:
cd "dir from your preference"
git clone https://github.com/Merchanntt/Proffy- Run:
Yarn- Create the dataBase:
cd.. server
yarn knex:migrate- And finally, run the servers:
cd mobile
yarn start
-
cd server
yarn dev:server
-
cd web
yarn startFeel free to change on your one way <3





