Sensei is an web/mobile application that brings together teachers willing to meet the needs of students.
- SERVER: the server;
- WEB: the web interface;
- MOBILE: the native interfaces for Android and iOS.
- It is necessary to have Node.js installed on the machine;
- Also, it is necessary to have a package manager either NPM or Yarn;
- Finally, it is essential to have Expo installed globally on the machine.
- Make a clone:
git clone https://github.com/amintasvrp/sensei.git
- Running the Application:
# Install dependencies, create the database
# and launch the server
cd server
yarn
yarn migrations
yarn start
# Install and launch the web application
cd web
yarn
yarn start
# Install and launch the mobile application
cd mobile
yarn
yarn start
Make a pull request and make clear what changes have been made and which bugs persist. Do not introduce bugs, be proactive!
- MIT License - Ver detalhes