Skip to content

Evento Next Level Week #2 - Rocketseat

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

About

Evento Next Level Week #2 - Rocketseat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages