React Native app
Fictional app to make an appointment with a barber - Rocketseat bootcamp - module 10
- Pages/ services:
- Sign In:
- Sign Up:
- See open slots with different service provider avaialable:
- Make an appointment:
- See all appointments:
- Cancel an appointment:
create using:
npx react-native init
connect with RestAPI
NodeJS API, using Postgres DB to store user, appointments and avatar. Mongo DB for sending confirmation email to provider for each appointment
repository for back-end:
https://github.com/dinotudor/gobarber-backend
clone de repo then:
cd gobarber-backend
yarn
- install dependencies
yarn dev
- run server on localhost