About the project | Technologies | Getting started | How to contribute | Get in touch
- This project is about a system that seeks to connect students to teachers on an online platform.
Technologies that I used to develop this project
Run the migrations:
cd server
yarn install
yarn knex:migrate
Start the API:
cd server
yarn start
To start the React's frontend, run:
cd web
yarn install
yarn start
First, add the address of your server (or computer) in the file mobile/src/services/api.js
, and then run the commands:
cd mobile
yarn install
yarn start
Once the process is finished, the localhost: 19002
page will automatically open in your browser. Connect your emulator, or test the app via LAN
: download the Expo app from the Play Store or App Store and then scan the QR code.
Make a fork of this repository
# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.
$ gh repo fork JohnEmerson1406/Proffy
Follow the steps below
# Clone your fork
$ git clone your-fork-url && cd Proffy
# Create a branch with your feature
$ git checkout -b my-feature
# Make the commit with your changes
$ git commit -m 'feat: My new feature'
# Send the code to your remote branch
$ git push origin my-feature
After your pull request is merged, you can delete your branch
Made with ♥ by John Emerson 👋 Get in touch