Application developed in the GoStack14 bootcamp of Rocketseat 💻🚀
Objective • Technologies • Usage • Contribution • Author • Demo • License
This project is for service providers who need to have their appointments scheduled by customers
The following tools were used in the construction of the project:
Required! Install git, node and yarn (or npm).
# Clone Repository
$ git clone https://github.com/RodrigoSaantos/gobarber-web.git
# Go to server folder
$ cd gobarber-web
# Install Dependencies
$ yarn
# or
$ npm install
# Run Aplication
$ yarn start
# or
$ npm start
# Access localhost
http://localhost:3000
To make this project more organized, I moved the applications (rest api, web client, mobile client) to 3 different repositories.
Here are the links to them
This project is for study purposes too. All kinds of contributions are very welcome and appreciated!
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
By Rodrigo Santos 👋🏽 Find me:
This project is under the MIT license.