Skip to content

antoniosergiojr/nlw2_proffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages