Skip to content

Web and mobile app that connect students and teachers. Created using Node, React, React Native

Notifications You must be signed in to change notification settings

alicefrancener/proffy-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web and mobile app that connect students and teachers. Created using Node, React, React Native

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages