https://github.com/warfox/products-clj
Full stack app using Clojure / Clojurescript. Create, list, edit and delete products
https://github.com/warfox/products-clj
clojure clojurescript re-frame reitit ring-clojure
Last synced: about 1 month ago
JSON representation
Full stack app using Clojure / Clojurescript. Create, list, edit and delete products
- Host: GitHub
- URL: https://github.com/warfox/products-clj
- Owner: WarFox
- License: other
- Created: 2025-04-08T21:55:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-10T15:49:06.000Z (about 1 month ago)
- Last Synced: 2025-04-11T00:18:17.100Z (about 1 month ago)
- Topics: clojure, clojurescript, re-frame, reitit, ring-clojure
- Language: Clojure
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Products App - Full Stack Clojure/ClojureScript
This is a full stack Clojure/ClojureScript application that allows users to manage products. The app is built using the following technologies:
- Clojure
- ClojureScript## Installation
```
git clone [email protected]:WarFox/products-clj
```## Usage
FIXME: explanation
java -jar app-0.1.0-standalone.jar [args]
## License
Copyright © 2025 Deepu Mohan Puthrote
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
.This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at .