adrianog3 / proffy-NLW-2.0

Next Level Week 2.0 - Project Proffy Taught by @Rocketseat :rocket:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextLevelWeek

βœ”οΈ NextLevelWeek 2.0 πŸš€ Done! βœ”οΈ

Next Level Week   |    Project   |    Technologies   |    How to use   |    License

ℹ️ What's Next Level Week?

NLW is an online and free event, with lots of code, challenges, networking and a single goal: to take you to the next level.

Days

  • Day 1: Accelerating its evolution 03/08 βœ”οΈ
  • Day 2: Looking for opportunities 04/08 βœ”οΈ
  • Day 3: The stack choice 05/08 βœ”οΈ
  • Day 4: Up to 2 years in 2 months 06/08 βœ”οΈ
  • Day 5: Extra mile 07/08 βœ”οΈ

πŸ’» Project

Proffy is an online study platform that allows you to connect students and teachers. Teachers can choose the subjects, the price, the day of the week and the period to teach. Students can filter by subject, day of the week and time.

Example

πŸš€ Technologies

This project was developed with the following technologies:

NodeJS Typescript React JS React Native Expo

ℹ️ How To Use

To clone and run each module, you will need to have the following applications installed on your computer: Git, Node.js and Yarn.

Install API

# Clone this repository
$ git clone https://github.com/adrianog3/proffy-NLW-2.0

# Go into the repository
$ cd proffy-NLW-2.0/server

# Install dependencies
$ yarn install

# Run migrations
$ yarn knex:migrate

# Start server
$ yarn start

# running on port 3333

Install web

# Clone this repository
$ git clone https://github.com/adrianog3/proffy-NLW-2.0

# Go into the repository
$ cd proffy-NLW-2.0/web

# Install dependencies
$ yarn install

# Run
$ yarn start

# running on port 3000

Install Mobile

# Clone this repository
$ git clone https://github.com/adrianog3/proffy-NLW-2.0

# Go into the repository
$ cd proffy-NLW-2.0/mobile

# Install dependencies
$ yarn install

# Run
$ yarn start

# Expo will open, just scan the qrcode on terminal or expo page

# If some problem with fonts, execute:
$ expo install expo-font @expo-google-fonts/archivo @expo-google-fonts/poppins

πŸ“ License

This project is under the MIT license. See the LICENSE for details.

Made with β™₯ by Adriano Souza πŸ‘‹ Get in touch

About

Next Level Week 2.0 - Project Proffy Taught by @Rocketseat :rocket:

License:MIT License


Languages

Language:TypeScript 77.0%Language:CSS 21.7%Language:HTML 1.1%Language:JavaScript 0.2%