Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 1.49 KB

README.md

File metadata and controls

76 lines (59 loc) · 1.49 KB

Proffy | Next Level Week #2

Web and mobile project developed at the event Next Level Week #2 - Rocketseat to connect teachers and students.

Proffy

📌 Index


⚙ Settings


💻 Technologies

- Typescript
- Node.js
- ReactJS
- React Native
- Expo
- Express
- Knex SQLite3

🚀 How to run

Cloning the repository

  # Cloning repository
  git clone https://github.com/antoniosergiojr/nlw2_proffy.git

Running server project (API - http://localhost:3333)

  # Accessing server project
  cd server
  
  # Install dependencies
  npm i

  # Optional: setting up the database and creating the tables.
  npm knex:migrate 

  # Running server project
  npm start 

Running web project

  # Accessing web project
  cd web
  
  # Install dependencies
  npm i

  # Running web project
  npm start

Running mobile project

  # Accessing mobile project
  cd mobile
  
  # Install dependencies
  npm i

  # Running mobile project
  npm start