gabrielpulga / nlw2-proffy

Proffy is a responsive website and app to connect students to teachers that was made during Rocketseat 2nd Next Level Week.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Project made to connect students to teachers.

πŸ“Œ Table of contents

πŸ’» Technologies

This project was made using the following technologies:

πŸ‘· How to run

πŸ’» Downloading project

# Clone repository into your machine
$ git clone https://github.com/gabrielpulga/nlw2-proffy.git

πŸ’» Running project on a web browser

Front-end

# Go to project's web folder
$ cd web

# Install dependencies
$ yarn install or npm install

# Run application
$ yarn start or npm run start

Front-end UX available at http://localhost:3000/.

Back-end

# Go to project's server folder
$ cd server

# Install dependencies
$ yarn install or npm install

# Run application
$ yarn start or npm run start

# Make migrations
$ yarn knex:migrate

API available to be tested on http://localhost:3333/.

πŸ“± Running project on mobile

To run the project on mobile you need a cellphone with the expo app instaled or an android/ios emulator.

# Go to project's mobile folder
$ cd mobile/

# Install dependencies
$ yarn install  or npm install

# Run application
$ yarn start or npm run start

πŸ“ ToDo

  • Splash screen
  • User Login -> Remember me
  • User Logout
  • Succeed Screen
  • User auth -> Web and Mobile
  • Password recovery
  • Teacher profile
  • Deploy

πŸ“• License

Released in 2020.

Made with passion by Gabriel Pulga πŸš€. This project is under the MIT license.

Give it a ⭐️ if this project helped you!

About

Proffy is a responsive website and app to connect students to teachers that was made during Rocketseat 2nd Next Level Week.

License:MIT License


Languages

Language:TypeScript 73.2%Language:CSS 25.7%Language:HTML 0.9%Language:JavaScript 0.2%