proffy

This project is intended to connect teachers and students

MIT License

Stars
0
  • User Sign-up web

  • User Sign-up mobile

    # Clone this repository
    $ git clone <https://github.com/rwietter/proffy.git>
    
    # Access the project folder in the / cmd terminal
    $ cd proffy
    
    # Navigate to server
    $ cd backend
    
    # Install dependences
    $ yarn install
    
    # Run the application in development mode
    $ yarn dev
    
    # The server starts at port 3333 - go to http://localhost:3333
    
    # Clone this repository
    $ git clone <https://github.com/rwietter/proffy.git>
    
    # Access the project folder in the / cmd terminal
    $ cd proffy
    
    # Navigate to server
    $ cd web
    
    # Install dependences
    $ yarn install
    
    # Run the application in development mode
    $ yarn start
    
    # The server starts at port 3333 - go to http://localhost:3000
    
    # Clone this repository
    $ git clone <https://github.com/rwietter/proffy.git>
    
    # Access the project folder in the / cmd terminal
    $ cd proffy
    
    # Navigate to server
    $ cd mobile
    
    # Install dependences
    $ yarn install
    
    # Run the application in development mode
    $ yarn start
    
    # The server starts at port 3333 - go to http://localhost:19002
    
    # Download the expo on your phone and scan the QRCODE
    
    • Fork this repository;

    • Create a branch with your feature: git checkout -b my-feature

    • Commit your changes: git commit -m 'feat: My new feature'

    • Push your branch: git push origin my-feature