Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefferson1104/gobarber
Appointment application for full barbershop, has an api built with DDD and TDD, a web version for consultations and the mobile app for android/ios.
https://github.com/jefferson1104/gobarber
jwt mongodb nodejs posgtresql react-native reactjs redis typeorm typescript
Last synced: 2 days ago
JSON representation
Appointment application for full barbershop, has an api built with DDD and TDD, a web version for consultations and the mobile app for android/ios.
- Host: GitHub
- URL: https://github.com/jefferson1104/gobarber
- Owner: jefferson1104
- Created: 2020-06-30T00:33:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T14:23:25.000Z (about 3 years ago)
- Last Synced: 2023-03-04T16:47:33.942Z (over 1 year ago)
- Topics: jwt, mongodb, nodejs, posgtresql, react-native, reactjs, redis, typeorm, typescript
- Homepage:
- Size: 38.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### :barber: About project
Scheduling application for barbershop, has a back-end (API) Node.js built with DDD and TDD, with a Front-end developed with the React.js library using good practices and tests with the jest library and also a mobile version developed with React Native.### :zap: Main technologies
- [TypeScript](https://www.typescriptlang.org/docs/)
- [NodeJS](https://nodejs.org/en/)
- [ReactJS](https://pt-br.reactjs.org/)
- [React-Native](https://pt-br.reactjs.org/)
- [ExpressJS](https://expressjs.com/pt-br/)
- [Axios](https://github.com/axios/axios)
- [JWT](https://jwt.io/)
- [Styled-Components](https://styled-components.com/)### :rocket: Repositories (source code)
- [Back-end (API) do projeto.](https://github.com/jefferson1104/gobarber-nodejs)
- [Front-end do projeto.](https://github.com/jefferson1104/gobarber-reactjs)
- [Mobile do projeto.](https://github.com/jefferson1104/gobarber-react-native)### :thinking: How to Contribute?
**Fork the back-end, front-end or mobile repository**
```bash
# clone your fork
$ git clone url-do-seu-fork# Create a branch with your feature or bug fix
$ git checkout -b minha-branch# Commit your changes
$ git commit -m 'feature/bugfix: minhas alterações'# Push to your branch
$ git push origin minha-branch
```Once your pull request has been merged, you can delete your branch.