/proffy

📗 Your online teaching platform!

Primary LanguageTypeScriptMIT LicenseMIT

Ecoleta

Online teaching platform!
1.0 version


Frontend

🚀 Technologies

This project was developed with the following technologies:

💻 Project

Proffy is a Web and Mobile application designed to help connect students and teachers. This application offers teachers the possibility to register classes, being able to add information such as discipline, cost and schedule. Students are given the possibility to search for registered classes.

🤔 How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

🔥 How to install

# clone this repo

# to run the api
$ cd server
$ yarn
$ yarn knex migrate:latest
$ yarn knex seed:run
$ yarn start

# to run web
$ cd web
$ yarn
$ yarn start

# to run mobile
$ cd mobile
$ yarn
$ yarn start

📝 License

This project is under the MIT license. See the LICENSE for details.

Lucas Moreira 👋 Get in touch!