# Introduction

Inspired from [Mongoose](https://mongoosejs.com/docs/guide.html), it allows you to modeling your data to be explicit on data format.

It will test value of each fields and link model between them.

## Installation

`npm install --save fractale`

## Documentation

You can found more documentation and examples [here](https://blobbi.gitbook.io/fractale/) or [wiki](https://github.com/JochLAin/fractale/wiki).

## Dependencies

* Usage of [uuid](https://www.npmjs.com/package/uuid) to generate a unique id for model instances.

Optional :

* Usage of [moment](https://momentjs.com/docs/) for date.
* Usage of [teinte](https://www.npmjs.com/package/teinte) for color.
* Usage of [mongoose](https://mongoosejs.com) for bridge / provider.
* Usage of [prop-types](https://www.npmjs.com/package/prop-types) for bridge.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

See the [contributing](https://github.com/JochLAin/fractale/blob/master/CONTRIBUTING.md) and [code of conduct](https://github.com/JochLAin/fractale/blob/master/CODE_OF_CONDUCT.md) files for details

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/JochLAin/fractale/blob/master/LICENSE) file for details

## Authors

* **Jocelyn Faihy** - *Web developer* and *Blob of Internets* - [Jochlain](https://github.com/JochLAin)

See also the list of [contributors](https://github.com/JochLAin/fractale/graphs/contributors) who participated in this project.

## Thanks

![Thanks BP](https://media1.giphy.com/media/yoJC2El7xJkYCadlWE/giphy.gif)
