All Projects → rafacdomin → proffy

rafacdomin / proffy

Licence: MIT license
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 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 (-60%)
Mutual labels:  styled-components, expo, nlw, rocketseat, proffy
proffy
📗 Sua plataforma de estudos online.
Stars: ✭ 24 (-20%)
Mutual labels:  node-js, rocketseat, nextlevelweek, proffy
coronadev
Aplicativo para consultar a situação global do COVID-19
Stars: ✭ 44 (+46.67%)
Mutual labels:  react-navigation, styled-components, axios, expo
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (-16.67%)
Mutual labels:  nlw, rocketseat, nextlevelweek
React Native Boilerplate
A React Native boilerplate with Expo, Redux, React Navigation, Styled Components and some 💕 included.
Stars: ✭ 135 (+350%)
Mutual labels:  react-navigation, styled-components, expo
proffy
📚 A platform thats connects teachers and students
Stars: ✭ 14 (-53.33%)
Mutual labels:  nlw, rocketseat, proffy
Happy
Happy 🥳 | Rocketseat 💜 - NLW 03 👩‍🚀
Stars: ✭ 61 (+103.33%)
Mutual labels:  nlw, rocketseat, nextlevelweek
proffy
Plataforma de estudos online para conectar alunos e professores de forma rápida e fácil. @Rocketseat
Stars: ✭ 21 (-30%)
Mutual labels:  nlw, rocketseat, proffy
next-level-week-clone
🧬a clone of the Next Level Week website made with reactjs using typescript
Stars: ✭ 13 (-56.67%)
Mutual labels:  nlw, rocketseat, nextlevelweek
letmeask
This is a project developed during the Next Level Week Together, presented by Rocketseat during June 2021.
Stars: ✭ 41 (+36.67%)
Mutual labels:  nlw, rocketseat, nextlevelweek
rocketshoes-react-native
NetShoes Clone with React Native and Redux
Stars: ✭ 38 (+26.67%)
Mutual labels:  styled-components, axios, rocketseat
proffy-NLW
📓 Educational platform to connect teachers and students
Stars: ✭ 13 (-56.67%)
Mutual labels:  nlw, rocketseat, proffy
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (-36.67%)
Mutual labels:  nlw, rocketseat, nextlevelweek
proffy-discovery
🏫 Proffy - Your online study platform
Stars: ✭ 15 (-50%)
Mutual labels:  nlw, rocketseat, nextlevelweek
Reactnativeauth
Mobile user authentication flow with React Native, Expo, and AWS Amplify: Sign In, Sign Up, Confirm Sign Up, Forget Password, Reset Password.
Stars: ✭ 108 (+260%)
Mutual labels:  react-navigation, expo
Expo Disneyplus
Disney+ UI Clone with React Native & Expo
Stars: ✭ 130 (+333.33%)
Mutual labels:  react-navigation, expo
Lego Expo
Play with Lego bricks anywhere using Expo
Stars: ✭ 65 (+116.67%)
Mutual labels:  react-navigation, expo
Expo Uber
Uber UI Clone with React Native & Expo
Stars: ✭ 186 (+520%)
Mutual labels:  react-navigation, expo
nlw-04-elixir
Projeto construído durante o Next Level Week #04, na trilha de Elixir
Stars: ✭ 84 (+180%)
Mutual labels:  rocketseat, nextlevelweek
Expo Firebase Starter
🔥⚛️📱 Expo + Firebase Starter Kit
Stars: ✭ 199 (+563.33%)
Mutual labels:  react-navigation, expo

Proffy

GitHub top language GitHub language count GitHub last commit GitHub

About   |    Technologies   |    How To Use   |    License   |    Author

Run in Netlify

About

React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.

Proffy Demo Proffy Demo

Technologies

This project was developed with the following technologies:

How To Use

To clone and run this application, you'll need installed on your computer:

Obs.: I recommend using docker to create and run the PostgreSQL instance.

To run the server:

# Clone the server repository
$ git clone https://github.com/rafacdomin/proffy-api

# Create the instance of postgreSQL using docker
$ docker run --name proffyPG -e POSTGRES_USER=docker \
              -e POSTGRES_DB=proffy -e POSTGRES_PASSWORD=docker \
              -p 5432:5432 -d postgres

# Go into the repository folder
$ cd proffy-api

Make a copy of .env.example to .env and set YOUR enviroment variables

# Install dependencies
$ yarn

# Run the app
$ yarn dev

To run the frontend Web:

# Clone the Web repository
$ git clone https://github.com/rafacdomin/proffy-web

# Go into the web folder
$ cd proffy-web

Change the baseURL in src/services/api.ts to http://localhost:3333 or to where your server is running.

# Install dependencies
$ yarn

# Run the app
$ yarn start

Now access on your browser: http://localhost:3000

To run the mobile app:

# Go into the mobile folder
$ cd mobile

# Install dependencies
$ yarn

# Run the app
$ yarn start

Now your browser should open, and you just need to scan the QR Code to your phone.

License

This project is under the MIT license. See the LICENSE for more information.


Author

Author

Made with 💜 by Rafael Domingues 👋 Get in touch!

Linkedin Badge Gmail Badge DEV.to Badge GitHub followers

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].