A web application to book appointments for Eyebrow Design called Perfect Brows.
# starting database on docker:
$ docker start gostack_postegres
# Enter the backend directory:
$ cd backend
# Install dependencies:
$ yarn
# Run migrations:
$ yarn typeorm migration:run
# Running the application:
$ yarn dev:server
# Enter the front-end directory:
$ cd perfect-brows-web
# Install dependencies:
$ yarn
# Running the application:
$ yarn start