Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Barber shop schedule system 💈

License

debfdias/GoBarber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# GoBarber

Barber shop schedule system 💈

Repo size Made by Debs Project top programing language GitHub license

📚 Requirements   |    🚀 Getting Started   |    📃 License   |    📧 Get in touch

📚 Requirements

🚀 Getting Started

  # clone repo:
  $ git clone https://github.com/debfdias/GoBarber

  # enter directory
  $ cd gobarber
  
  # change .env file with your credentials 

⚙️ Run backend

  # enter directory
  $ cd backend

  # install dependencies
  $ yarn

  # run migrations
  $ yarn sequelize db:migrate
  
  # run seeds to populate database
  $ yarn sequelize db:seed:all

  # run application
  $ yarn dev

💻 Run frontend

  # enter directory
  $ cd frontend

  # install dependencies
  $ yarn

  # run application
  $ yarn start

📱 Run mobile

  Building!

📃 License

This project is under the MIT license.

📧 Get in touch!

Linkedin - Débora F. Dias     Email - Débora F. Dias

Made with ❤️ by debs. 👋🏻 Get in touch!

Releases

No releases published

Packages

No packages published