All Projects → iaraoliveira → proffy

iaraoliveira / proffy

Licence: MIT license
📚 A platform thats connects teachers and students

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to proffy

proffy
Plataforma de estudos online para conectar alunos e professores de forma rápida e fácil. @Rocketseat
Stars: ✭ 21 (+50%)
Mutual labels:  nlw, rocketseat, next-level-week-2, proffy
proffy-NLW
📓 Educational platform to connect teachers and students
Stars: ✭ 13 (-7.14%)
Mutual labels:  nlw, rocketseat, proffy
Proffy
👥 Plataforma de estudos online, onde é possível conectar alunos com professores. Este é um projeto que foi desenvolvido durante a Next Level Week #2 da @Rocketseat, durante os dias 3 à 7 de agosto de 2020.
Stars: ✭ 12 (-14.29%)
Mutual labels:  nlw, rocketseat, proffy
proffy
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.
Stars: ✭ 30 (+114.29%)
Mutual labels:  nlw, rocketseat, proffy
move.it
🚀 Move It is a project to help people to make more exercises. Next Level Week #04 #NLW @Rocketseat - NLW
Stars: ✭ 27 (+92.86%)
Mutual labels:  nlw, rocketseat
happy
Plataforma online para encontrar orfanatos e facilitar visitas. @Rocketseat
Stars: ✭ 24 (+71.43%)
Mutual labels:  nlw, rocketseat
next-level-week-clone
🧬a clone of the Next Level Week website made with reactjs using typescript
Stars: ✭ 13 (-7.14%)
Mutual labels:  nlw, rocketseat
proffy-discovery
🏫 Proffy - Your online study platform
Stars: ✭ 15 (+7.14%)
Mutual labels:  nlw, rocketseat
ask-me-bro
Every question has an answer. Learn and share knowledge with others. Askmebro.
Stars: ✭ 48 (+242.86%)
Mutual labels:  nlw, rocketseat
proffy
📗 Sua plataforma de estudos online.
Stars: ✭ 24 (+71.43%)
Mutual labels:  rocketseat, proffy
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (+35.71%)
Mutual labels:  nlw, rocketseat
letmeask
This is a project developed during the Next Level Week Together, presented by Rocketseat during June 2021.
Stars: ✭ 41 (+192.86%)
Mutual labels:  nlw, rocketseat
Happy
Happy 🥳 | Rocketseat 💜 - NLW 03 👩‍🚀
Stars: ✭ 61 (+335.71%)
Mutual labels:  nlw, rocketseat
NLW-Together-Elixir
Wabanex - Gerencie e acompanhe seus treinos na academia! Evento NLW Together organizado pela @Rocketseat 🚀
Stars: ✭ 15 (+7.14%)
Mutual labels:  nlw, rocketseat
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (+78.57%)
Mutual labels:  nlw, rocketseat
bootcamp-launchbase-desafios-03
Desafios do terceiro módulo do Bootcamp Launchbase 🚀👨🏻‍🚀
Stars: ✭ 53 (+278.57%)
Mutual labels:  rocketseat
be-the-hero
⚛️ Aplicação da 11ª Semana OmniStack da Rocketseat 🚀
Stars: ✭ 55 (+292.86%)
Mutual labels:  rocketseat
react-native-saas
☁️ Application using Redux, Redux-Saga, React Native Redux Toast, Immer, react-native-side-menu, React Native Async Storage, react-native-iphone-x-helper, React Native Vector Icons and consuming the features of the Node.js - SaaS API
Stars: ✭ 14 (+0%)
Mutual labels:  rocketseat
rocketshoes-react-native
NetShoes Clone with React Native and Redux
Stars: ✭ 38 (+171.43%)
Mutual labels:  rocketseat
nlw-03-discovery
Projeto construído durante o Next Level Week #03
Stars: ✭ 124 (+785.71%)
Mutual labels:  rocketseat

Proffy

AboutTechnologiesHow to runLicenseAuthor

💡 About the project


Project cover

Project avaiable on Figma

Teacher list page example

Teachers list on web application


Proffy is an online platform that connects teachers and students.

This application was developed during the second edition of Next Level Week distributed by Rocketseat.


🚀 Technologies

This project is made with:

. TypeScript

. ReactJS

. Node.js


💻 How to run

FIRST OF ALL

. You will need to have node.js installed in you machine;
. Also, it's very important to have a package manager, you can use yarn or npm;

CLONE THIS REPOSITORY

$ git clone https://github.com/iaraoliveira/proffy.git

INSTALLING THE DEPENDENCIES

# run this if you're using yarn
$ yarn

# or this if you're using npm
$ npm install

RUN THE APPLICATION

# go to server directory
$ cd server

# initialize your database
$ yarn knex:migrate

# run server
$ yarn start
# go to web directory
$ cd web

# run web frontend
$ yarn start

📔 License

This project is under the MIT license, you can read more about it in LICENSE


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].