Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FayCarsons authored Feb 14, 2024
1 parent 060182f commit cd3193a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Printshop
Elm frontend, Rust backend via Actix with Sqlite DB managed with Diesel ORM/query builder
# Kiggyshop
An example of a fully functional, production-ready stack.

Running requires all ofthe above + Clojure's 'Babashka' runtime if you want to run dev scripts.
Elm frontend, Rust backend via Actix Web, and Sqlite DB managed with Diesel ORM/query builder.

Aiming for a release in Q1 2024.
It can be run with: `cd backend && cargo run`
And in another process: `cd frontend && npm install && np run dev`

We are aiming for a release in Q1 2024.

Some preview screenshots:

![Screen Shot 2024-02-13 at 8 37 40 PM](https://github.com/FayCarsons/printshop/assets/95594152/3d52bfe5-5c99-46dd-a246-f9a0ce9f9049)
![Screen Shot 2024-02-13 at 8 40 04 PM](https://github.com/FayCarsons/printshop/assets/95594152/19d87644-913f-42d0-af5b-db79ccfd5638)

0 comments on commit cd3193a

Please sign in to comment.