Project developed during the Next Level Week #2, offered by Rocketseat.
The project was built to connect teachers to students that are intestered on their services.
- TypeScript
- Node.js
- ReactJS
- React Native
- API RestFUL
- Database built using SQLite
- Routes to create, filter and etc.
- Web version
- Register a new teacher
- Search teachers using filters (Subject, week day and time)
- Mobile version
- Search teachers using filters (Subject, week day and time)
- Favorite teachers to keep them save in your device
You need to have installed in your machine:
- Nodejs and a package manager (npm | yarn) to interpret the code and install dependencies.
- Expo, to run the mobile version
# Accessing the server folder
$ cd server
# Installing dependencies
$ yarn install
# To create the database
$ yarn knex:migrate
# To run the server
$ yarn start
# Accessing the web folder
$ cd web
# Installing dependencies
$ yarn install
# To run the web page
$ yarn start
# Accessing the mobile folder
$ cd mobile
# Installing dependencies
$ yarn install
# Running the app
$ yarn start
This project is being hosted under the MIT License.