Skip to content

victorsoares96/proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proffy

Netlify Status Victor Soares Repository size License Version

Proffy project @Rocketseat NLW #2. Made by ( ) => Victor Soares

Index

Back-end

View the backend server here

Screenshots

Web Screenshot

Mobile Screenshot

Demo Website

View the web version demo here

Made with

This project was made using the follow technologies:

Deploy with

This project was deployed using the follow...

Features

  • Website to sign up teachers and students.
  • App to connect teachers and students.

How to run?

Run API

# Clone Repository
$ git clone https://github.com/victorsoares96/proffy-server.git

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start

Access API at http://localhost:3333/

Run Web Project

# Clone Repository
$ git clone https://github.com/victorsoares96/proffy.git
# Go to web folder
$ cd proffy/web

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start

Go to http://localhost:3000/ to see the result.

Run Mobile Project

# Clone Repository
$ git clone https://github.com/victorsoares96/proffy.git

To run the mobile project you need a cellphone with the app of expo installed or a emulator android/ios.
After, fork this repository and clone to your machine. Inside of the project's folder run the following commands:

# Go to mobile folder
$ cd proffy/mobile

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start

After read the QRCode with the app of expo or run on emulator.

This project is under the MIT license.

Give a ⭐️ if this project helped you!