Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 795 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 795 Bytes

Proffy

Getting started

  • Make sure to have Node, yarn or npm, and expo installed in your local machine

  • Clone this repo:

    • git clone https://github.com/alicefrancener/proffy-app.git
  • Before running web or mobile app, the server must be running

Server

  • To run the server, go to the proffy-app\server folder

    # Install dependencies:
    yarn install
    
    # Migrate all databases:
    yarn knex:migrate
    
    # Start:
    yarn start

Web App

  • To run the web app, go to the proffy-app\web folder

    # Install dependencies:
    yarn install
    
    # Start:
    yarn start

Mobile App

  • To run the mobile app, go to the proffy-app\mobile folder

    # Install dependencies:
    yarn install
    
    # Start:
    yarn start