NOTE: The server has been disabled for cost reasons.
This is an application for scheduling schedules with service providers, in this case barber shop. It was divided into two parts, mobile customer-only and web-accessible for providers.
In mobile the customer can perform the following features:
- Register on the platform;
- Perform Login;
- Make appointments with providers;
- Cancel appointments two hours in advance;
- If you have canceled, provider is notified via email warning you of the cancellation - Soon;
- Update your data;
- Password Recovery - Coming Soon;
The web part of the application can be found at this address: https://gobarber.devmatheus.com
Every application was made with ReactJs (web), React-Native (Mobile) and NodeJs (Backend).
The idea of the application was made from the Rocketseat course.