Project | Technology | License
The GoBarber is an application for scheduling time in barber shops.
This project was developed with the following technologies:
To clone and run this application, you will need Git, Node.js e Yarn installed on your computer.
Through command line:
# Clone this repositori
$ git clone https://github.com/DanielNeris/GoStack-GoBarber.git
# Go to backend
$ cd backend
# Install dependences
$ yarn install
# Start the servidor
$ yarn dev
# Exit backend
$ cd ..
# Go to frontend
$ cd frontend
# Install dependences
$ yarn install
# Start the frontend
$ yarn startThis project is under the MIT license. See the LICENSE for more details.
Made with ♥ by Daniel
