Skip to content

๐Ÿ’ˆ Application developed during the GoStack from Rocketseat

License

Notifications You must be signed in to change notification settings

rafaelmartins92/gobarber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

50 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Logo

Made By Languages Top Language Repo Size Last Commit

The best way to schedule your service!

GoBarber's idea is to help barbers maintain their schedules more organized and give their Barber Shops an environment more professional.

This application was developed during the GoStack from Rocketseat.

Technologiesย ย ย |ย ย ย  How To Useย ย ย |ย ย ย  How To Contributeย ย ย |ย ย ย  License

Scene

๐Ÿš€ Technologies

This project was developed with the following technologies:

Back-end:

Front-end:

โ„น๏ธ How to use

To clone and run this application, you'll need Git, Node.js + Yarn installed on your computer.

From your command line:

Install Dependencies

# Clone this repository
$ git clone https://github.com/rafaelmartins92/gobarber.git

# Go into the repository
$ cd gobarber

# Install dependencies
$ yarn install

Run Back-end

# Move yourself to the backend folder
$ cd ..
$ cd backend

# Start server
$ yarn dev:server

# Now the server is running on port:3333 - To access it go to http://localhost:3333 
 

Start Web Application

# Move yourself to the web folder
$ cd ..
$ cd web

# Run application
$ yarn start

# The web application will open on port:3000 - To access it go to http://localhost:3000 

๐Ÿ‘ How To Contribute

  • Make a fork;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

๐Ÿ“ License

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


Made with โ™ฅ by Rafael Martins ๐Ÿ‘‹ Get in touch!

About

๐Ÿ’ˆ Application developed during the GoStack from Rocketseat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published