Web and mobile project developed at the event Next Level Week #2 - Rocketseat to connect teachers and students.
- ⚙ Settings
- 💻 Technologies
- 🚀 How to run
- Typescript
- Node.js
- ReactJS
- React Native
- Expo
- Express
- Knex SQLite3
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