Skip to content

Platform to give classes and study.

License

Notifications You must be signed in to change notification settings

ChrisDavid2/NLW-02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextLevelWeek

Next Level Week 2.0 🚀

GitHub language count Repository size Made by Christyan David GitHub last commit License Stargazers

Project   |    Technologies   |    How to use   |    How to contribute   |    License

💻 Project

Preview

Proffy is an app created to support connections between teachers and students.

This application offers to teachers the opportunity to register classes, adding information such as like subject, cost per hour and time available to teach. Students can easily search for classes.

Based on national day of education professionals.

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js + yarn installed on your computer.

From your command line:

Install API

# Clone this repository
$ git clone https://github.com/YuiMatsunaga/NLW-02.git

# Go into the repository
$ cd NLW-02/server

# Install dependencies
$ yarn install

# Run Migrates
$ yarn knex:migrate

# Start server
$ yarn start

# running on port 3333

Install Front-end

# Go into the repository
$ cd NLW-02/web

# Install dependencies
$ yarn install

# Run
$ yarn start

# running on port 3000

Install Mobile

# Go into the repository
$ cd NLW-02/mobile

# Install dependencies
$ yarn install

# Run
$ yarn start

# Expo will open, just scan the qrcode on terminal or expo page

# If some problem with fonts, execute:
$ expo install expo-font @expo-google-fonts/archivo @expo-google-fonts/poppins

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

After merging your receipt request to done, you can delete a branch from yours.

📝 License

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


Made with 💜 by Christyan David