-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
112 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
/node_modules | ||
/.pnp | ||
.pnp.js | ||
.vscode | ||
/vscode | ||
|
||
# testing | ||
/coverage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Contributing | ||
|
||
1. Fork it! | ||
2. Create your feature branch: `git checkout -b my-new-feature` | ||
3. Commit your changes: `git commit -m 'Add some feature'` | ||
4. Push to the branch: `git push origin my-new-feature` | ||
|
||
**After your pull request is merged**, you can safely delete your branch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
|
||
Copyright 2020 - Wellington Arantes | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<h1 align="center"> | ||
<br> | ||
<img src="src/assets/images/logo-purple.svg" alt="GoBarber" width="90"> | ||
<br> | ||
<br> | ||
GoBarber | ||
</h1> | ||
|
||
<p align="center">GoBarber - WebApp</p> | ||
<p align="center">Project based on a scheduling service for barbers promoting control, organization and convenience to their customers.</p> | ||
|
||
![App Screenshot](https://res.cloudinary.com/w-arantes/image/upload/v1585270969/login_page_zv5euf.png) | ||
|
||
![App Screenshot](https://res.cloudinary.com/w-arantes/image/upload/v1585270961/dashboard_aodv9j.png) | ||
|
||
![App Screenshot](https://res.cloudinary.com/w-arantes/image/upload/v1585270956/profile_gskf59.png) | ||
|
||
<p align="center"> | ||
<a href="http://makeapullrequest.com"> | ||
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome"> | ||
</a> | ||
<a href="https://opensource.org/licenses/MIT"> | ||
<img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License MIT"> | ||
</a> | ||
</p> | ||
|
||
<hr /> | ||
|
||
## **Software Architecture** | ||
|
||
This app features all the latest tools and good practices in web development. | ||
|
||
- ⚛ **React** — A library to build user interfaces | ||
- ♻ **Redux with Redux Saga** — State management with middleware | ||
- 💅 **CSS** — styled-components | ||
- 🌸 **Reactotron** - Helps debugging process | ||
- 💖 **Lint** — ESlint/Prettier/Editor Config | ||
|
||
## **Libraries** | ||
|
||
Libraries featured in this project. | ||
|
||
- [**Express**](https://expressjs.com/pt-br/) — Micro framework (HTTP/REST) for NodeJS. | ||
- [**Bcryptjs**](https://www.npmjs.com/package/bcryptjs) — Security passwords salty encode. | ||
- [**Bee-queue**](https://github.com/bee-queue/bee-queue) — Job/task queue for NodeJS. | ||
- [**Sequelize**](https://sequelize.org/) — SQL Dialect/ORM for NodeJS. | ||
- [**Nodemailer**](https://nodemailer.com/about/) — Library to send e-mails with NodeJS. | ||
- [**Yup**](https://github.com/jquense/yup) — Object schema validator. | ||
- [**Sentry**](https://sentry.io/) — Cross-platform application monitoring. | ||
- [**Date-fns**](https://date-fns.org/) — Library to easily manipulate date's with NodeJS. | ||
- [**Dotenv**](https://www.npmjs.com/package/dotenv) — Library to manipulate variables about the application. | ||
- [**Jsonwebtoken**](https://www.npmjs.com/package/jsonwebtoken) — Security authentication using JWT | ||
- [**Mongoose**](https://www.npmjs.com/package/mongoose) — NoSQL Dialect/ODM(MongoDB) for NodeJS | ||
- [**Multer**](https://www.npmjs.com/package/multer) — Middleware library to multipart/form-data | ||
- [**Youch**](https://www.npmjs.com/package/youch) — A strucuture HTML/JSON for errors | ||
- [**Cors**](https://github.com/expressjs/cors) — Package for providing a Connect/Express middleware | ||
|
||
## **Getting Started** | ||
|
||
_Before you run this application you need to make sure the [server](https://github.com/w-arantes/gobarber-backend) is running!_. | ||
|
||
1. Clone this repo using `https://github.com/w-arantes/gobarber-web.git` | ||
2. Move to the appropriate directory: `cd gobarber`.<br /> | ||
3. Run `yarn` to install dependencies.<br /> | ||
4. Run `yarn start` to see the example app at `http://localhost:3000`. | ||
|
||
## Contributing | ||
|
||
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters