Commit 99c5dd00659f92c15a7c958a722808947a057d7a

Authored by Georg Hopp
1 parent 7619ffd5

Add README.md

Showing 1 changed file with 52 additions and 0 deletions
  1 +# Steffie's Artshop (Arbeitstitel)
  2 +
  3 +A pure rust implementation of a small shop system. This is
  4 +ment to host the Arts created by my wife Stefanie and give
  5 +the opportunity to sell some of these of offer art services.
  6 +
  7 +## Description
  8 +
  9 +[:Description:]
  10 +
  11 +## Requirements
  12 +
  13 +This will be mostly self sufficient. It comes with its own web
  14 +server. One needs a browser to see the results.
  15 +
  16 +## Dependencies
  17 +
  18 +- rust
  19 +- mogwai
  20 +- actix-web
  21 +- actix-file
  22 +- serde
  23 +- serde-json
  24 +- diffy
  25 +
  26 +## Contributing
  27 +
  28 +Currently this is a lot of lerning for myself and I prefer to
  29 +work on this alone as long as I am not settled with it.
  30 +
  31 +Anyway, I will look into suggestions when they arrive me.
  32 +
  33 +## License
  34 +
  35 +Copyright © 2022 Georg Hopp
  36 +
  37 +This program is free software: you can redistribute it and/or modify
  38 +it under the terms of the GNU General Public License as published by
  39 +the Free Software Foundation, either version 3 of the License, or
  40 +(at your option) any later version.
  41 +
  42 +This program is distributed in the hope that it will be useful,
  43 +but WITHOUT ANY WARRANTY; without even the implied warranty of
  44 +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  45 +GNU General Public License for more details.
  46 +
  47 +You should have received a copy of the GNU General Public License
  48 +along with this program. If not, see <http://www.gnu.org/licenses/>.
  49 +
  50 +## Author
  51 +
  52 +Georg Hopp <georg@steffers.org>
... ...
Please register or login to post a comment