Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

gbspecapedra/gobarber-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo-gobarber-purple

Beauty service scheduling application

GitHub language count GitHub top language GitHub repo size GitHub last commit Github license

gobarber-web

💬 Project

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]

🚀 Technologies

🔖 Layout

You can view the layout of the project in the web version. You need to have a Figma account to access it.

ℹ️ How To Use

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

⚙️ Backend

# 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.

🖥️ Frontend

# 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.

📱 Mobile

-

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made with ♥ by Gisele Silva 👋 Get in touch!

Languages