Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaopcm/gostack-gobarber

👨‍🦱 a customer management system, service providers and agenda for barber shops
https://github.com/joaopcm/gostack-gobarber

Last synced: 14 days ago
JSON representation

👨‍🦱 a customer management system, service providers and agenda for barber shops

Awesome Lists containing this project

README

        


GoBarber


Rocketseat bootcamp project. The project is a web and mobile system for control and interaction between barbershop providers and their customers. It has features like login, schedules, cancellations, notifications, file uploads, etc.


GitHub language count

License


Stargazers

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites
- [NodeJS](https://nodejs.org/en/) - Environment runtime
- [Yarn](https://yarnpkg.com/en/docs/install) - Packager manager
- [Docker](https://docs.docker.com/install/) - Make it easier to create, deploy, and run applications by using containers
- [Docker Compose](https://docs.docker.com/compose/install/) - Relies on Docker Engine for any meaningful work, so make sure you have Docker Engine installed either locally or remote, depending on your setup.

What things you need to install the software and how to install them

```
$> git clone https://github.com/jopcmelo/gostack-gobarber.git
```

### Installing

A step by step series of examples that tell you how to get a development env running

#### Databases
First thing you must do is setup all your database settings. To do it, I have created a docker-compose.yml file do help you
```
$> docker-compose up -d
```

#### Back-end
First install back-end dependencies
```
$> cd ./backend/ && yarn
```
Start back-end service
```
$> yarn dev
```

#### Front-end
First install front-end dependencies
```
$> cd ./frontend/ && yarn
```
Then run app
```
$> yarn start
```

#### Mobile
> Mobile version is comming soon...

## Built With

* [Express](http://www.dropwizard.io/1.0.2/docs/) - The restful API framework
* [ReactJS](https://pt-br.reactjs.org/) - A front-end library to build user interfaces
* [React Native](https://facebook.github.io/react-native/) - A mobile library to build native apps to Android and iOS

## Contributing

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

## Authors

* **João Melo** - *Full-stack developer* - [GitHub profile](https://github.com/jopcmelo)

See also the list of [contributors](https://github.com/jopcmelo/gostack-gobarber/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

* ExpressJS ecossystem
* MVC design pattern
* Sequelize ORM
* Background mail sendling with Redis
* Sentry
* Multer
* JWT
* Docker
* React ecossystem
* React Hooks
* ReactJS
* React Native
* Reactotron
* React Navigation / React Router DOM
* React Toastify
* Redux
* Redux Saga
* Redux Persist
* Flux Archtecture
* ESLint
* Prettier
* Styled Components
* Unform
* Axios
* History
* Etc