Project | Technologies | How to use | How to contribute | License
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.
This project was developed with the following technologies:
To clone and run this application, you'll need Git, Node.js + yarn installed on your computer.
From your command line:
# 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
# Go into the repository
$ cd NLW-02/web
# Install dependencies
$ yarn install
# Run
$ yarn start
# running on port 3000
# 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
- 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.
This project is under the MIT license. See the LICENSE for details.
Made with 💜 by Christyan David