victorsoares96 / proffy

Next Level Week 2.0 - NLW Projeto Proffy

Home Page:https://proffy-nlw02.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Next Level Week 2.0 - NLW Projeto Proffy

https://proffy-nlw02.netlify.app/

License:MIT License


Languages

Language:TypeScript 74.1%Language:CSS 24.7%Language:HTML 0.9%Language:JavaScript 0.2%Language:Shell 0.1%