shop

Version, currently master branch1 version
  • master branchlatestApr 24, 2017

github.com/shootingfly/shop

An Online Shopping Mall For South China Normal University (Language: Crystal , Framework: Kemal)

5 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  shop:
    github: shootingfly/shop
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.21.0
License
MIT
Author
shootingfly
Target
  • shop from src/shop.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal, branch: master
  • mysql*github: crystal-lang/crystal-mysql
  • kemal-session*github: kemalcr/kemal-session, branch: master

README

Shop

[Developping] An online shopping mall. Code in Crystal with Kemal framework

Installation

  1. git clone https://github.com/shootingfly/shop.git
  2. cd ./shop
  3. ./main

Usage

Shop yourself !

Development

TODO: Payfor TODO: Page Beauty

Contributing

  1. Fork it ( https://github.com/shootingfly/shop/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