Skip to content

πŸš€ Proffy: Project developed during the 2nd edition of Rocketseat's NLW.

Notifications You must be signed in to change notification settings

guilhermeorcezi/proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Proffy

πŸš€ Proffy Project developed during the 2nd edition of Rocketseat's NLW.

Documentation Maintenance License: MIT

πŸ“Œ Table of Contents

πŸ”– About

The Proffy is a project made to connect teachers to students.

πŸš€ Technologies

The project was developed using the following technologies

Web Screenshot

Mobile Screenshot

πŸ”₯ How to run

❗ Back-End (API server)

Clone the project on your computer. To install the dependencies and run the Server (development mode) execute:

cd server
yarn install // npm install
yarn dev // npm dev

❗ Front-End (Web Application)

To start ** Frontend ** of React use the commands:

cd web
yarn install // npm install
yarn start // npm start

After the process is over, the localhost: 3000 page containing the developed project will automatically open in your browser.

❗ Mobile

To look the mobile application with React Native, first you need to put the server's IP (or computer's IP) in the src/services/api.js file and then execute the commands:

# It is NOT necessary to execute a bottom line if you already have Expo (CLI) installed
global yarn add install expo-cli // npm install -g expo-cli
cd mobile
yarn install // npm installation
yarn start // npm start

♻️ How to contribute

  • First, leave a ⭐ if you like it!
  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature

πŸ“ License

This project is under the MIT license. See the licence page for more details.


Made with πŸ’œ by Guilherme Orcezi

About

πŸš€ Proffy: Project developed during the 2nd edition of Rocketseat's NLW.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages