- Screens
- Features
- Installation
- Getting Started
- Found a bug? Missing a specific feature?
- Contributing
- License
Go to: Challenge branch
- Route to list total of connections;
- Route to create new Connection;
- Route to create subject lesson;
- Route to list lessons and proffys;
- Filter by subject, week day and time;
- Route to create proffy profile and add subjecto to lesson;
- Buttons
- Study;
- Give-Classes;
- Filter by Subject, week day and time;
- Proffys list;
- Button In touch (by Whatsapp);
- Sign up areas;
- Sign up personal data;
- Sign up lesson/classes;
- Sign up work times to lesson;
You need to install Node.js, Yarn, Android SDK, Expo first and then, in order to clone the project via HTTPS, run this command:
git clone https://github.com/jeanmolossi/next-level-week-2.git
Install dependencies
cd server && yarn install
then
cd ../web && yarn install
then
cd ../mobile && yarn install
Setup the API
In root of project, run:
cd server && yarn knex:migrate
Run the following command on project root folder in order to start the application in a development environment:
// Run server API
cd server && yarn start
In another terminal tab/window
// Run web application
cd web && yarn start
In another terminal tab/window
// Run mobile application
cd mobile && yarn start
Feel free to file a new issue with a respective title and description on the the Gympoint Mobile repository. If you already found a solution to your problem, i would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.
Released in 2020. This project is under the MIT license.
Made by Jean Molossi 🚀