GoBarber is a barber shop system built for scheduling services.
In the web application you can check the appointments that you have on the selected date.
In the mobile application you can create appointments in a selected date.
This project was developed with the following technologies:
-
Typescript
-
Node.js
-
ReactJS
-
ReactNative
-
Styled-Components
-
Express
-
TypeORM
-
Docker
Be sure to create the database container (I used docker) and correctly configure the ormconfig.json. Then...
#$ cd server
$ yarn
$ yarn typeorm migration:run
$ yarn dev:server
$ yarn
$ yarn start
$ yarn
$ yarn android