🚀 Thanks to Rocketseat for providing this amazing 1 week bootcamp 👏
1️⃣ The first version includes tree solutions:
The mobile version of the Proffy application containing a landing page, a page for students to search for teachers and contact them directly via whatsapp.
🔧 First, install the required tools:
$ npm install -g yarn
$ yarn global add expo-cli
1️⃣ clone the repository from git (all three solutions are already included)
2️⃣ run:
$ yarn install
3️⃣ run:
$ yarn start
you can select the simulators or scan the QR code with your mobile phone, for that you will need to install expo at your mobile phone from the app store.
An api that allow us to record classes, connections, schedules and users and query proffys by filtering their time availability.
- knex
- typescript
- express
- postgresql (on the rocketseat original class they used sqlite)
🔧 First, install the required tools:
$ npm install -g yarn
1️⃣ clone the repository from git (all three solutions are already included)
2️⃣ run:
$ yarn install
3️⃣ run:
$ yarn start
📮 by sending a GET request from your preferred tool to one of the available endpoints:
📧 GET:
http://localhost:3333/classes
http://localhost:3333/connections
📤 POST:
http://localhost:3333/classes
http://localhost:3333/connections
❌ You should get some empty response if you did not run the Web app in order to create some classes, users or connections. But don't worry, you can try that out by following the steps to set up the WebApp ⬇️
The web version of the proffy app, here we can access a beautiful landing page, a page for "proffys" to record the classes they are offering, a page for students to search for teachers and contact them directly via whatsapp.
1️⃣ clone the repository from git (all three solutions are already included)
2️⃣ run:
$ yarn install
3️⃣ run:
$ yarn start
💜 Thanks to Rocketseat:
The version 2 will be created as a challenge:
- details are here