Implementation of a generic backend of eshop in Crystal
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Ludovic 'Archivist' Lagouardette c648844d08 Fixed issue #1 hace 5 años
spec Fixed issue #1 hace 5 años
src Fixed issue #1 hace 5 años
.editorconfig Initial commit hace 5 años
.gitignore Initial commit hace 5 años
.travis.yml Initial commit hace 5 años
Dockerfile Added proper unit testing hace 5 años
LICENSE Changed the license hace 5 años
README.md Initial commit hace 5 años
shard.lock Added proper unit testing hace 5 años
shard.yml Added proper unit testing hace 5 años

README.md

sales_backend

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/sales_backend/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors