Skip to content

wmaidson/Proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proffy
Next Level Week
Next
Node.js | ReactJS | React Native

GitHub top language GitHub language count GitHub Made by Rocketseat
Run in Insomnia

About   |    Project Structure   |    Technologies   |    How to run   |    License

design project

🔖 About

The Proffy is a Web and Mobile application designed to help connect students and teachers. Soon, this application offers teachers the possibility to register classes, being able to add information like the discipline, the cost and time and students the possibility to search for registered classes.

This project was designed with the 6 de August, in Brazil where is the National Day of Education Professionals.

This application was made during the Next Level Week #2, project made by Rocketseat.

👷 Structure

Structure Mobile

Proffy Structure Mobile

Structure Web

Proffy Structure Web

🚀 Technology

💥 How to run

  • Prerequisites

    • It's necessary to have Node.js installed on the computer
    • It's necessary to have Git installed and configured on the computer
    • It's also need have a package manager be the NPM or Yarn.
    • Lastly, It's necessary to have Expo globally installed on the machine
  1. Clone the repository:
  $ git clone https://github.com/civilenginner/Proffy.git
  1. Running the Application:
  # API
  $ cd server
  # Installing the project dependencies.
  $ yarn or npm install
  # Setting up the database and creating the tables.
  $ yarn knex:migrate # ou npm run knex:migrate

  # Start the API
  $ yarn start or npm start

  # Web application
  $ cd web
  # Installing the project dependencies.
  $ yarn or npm install
  # Launch the web application
  $ yarn start or npm start

  # Mobile application
  $ cd mobile
  # Installing the project dependencies.
  $ yarn or npm install
  # Launch the mobile application
  $ yarn start or npm start

📝 License

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


Project developed with the tutorship of Diego Fernandes, by Rocketseat.

About

The Proffy is a Web and Mobile application designed to help connect students and teachers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages