lucasmoreiradev / proffy

πŸ“— Your online teaching platform!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

πŸ“— Your online teaching platform!

License:MIT License


Languages

Language:TypeScript 76.4%Language:CSS 22.5%Language:HTML 0.9%Language:JavaScript 0.2%