Beauty service scheduling application
GoBarber is an application that allows appointments for beauty services. This project was developed at the GoStack
Bootcamp - old journey, which is a complete application (backend, frontend and mobile). [unfinished]
You can view the layout of the project in the web version. You need to have a Figma account to access it.
To clone and run this application, you'll need Git + Yarn + Node.js + Docker with PostgreSQL + MongoDB + Redis:alpine. From your command line:
# Clone this repository
$ git clone https://github.com/gisabernardess/gobarber-old
# Go into the repository
$ cd gobarber-old/server
# Install dependencies
$ yarn
# Start docker container for Postgres
$ docker start database
# Start docker container for MongoDB
$ docker start mongobarber
# Start docker container for Redis
$ docker start redisbarber
# Create the .env file in the repository using the sample file .env.example
# Run the development server
$ yarn start
# Run the mail jobs
$ yarn queue
# Run the migrations
$ yarn sequelize db:migrate
# The app will automatically reload if you change any of the source files.
# Go into the repository $ cd gobarber-old/web
# Install dependencies $ yarn
# Run the development server $ yarn start
# Navigate to http://localhost:3000 # The app will automatically reload if you change any of the source files.
-
This project is under the MIT license. See the LICENSE for more information.
Made with ♥ by Gisele Silva 👋 Get in touch!