https://github.com/freizl/clojure-web-poc
web dev in clojure in ring
https://github.com/freizl/clojure-web-poc
Last synced: 20 days ago
JSON representation
web dev in clojure in ring
- Host: GitHub
- URL: https://github.com/freizl/clojure-web-poc
- Owner: freizl
- Created: 2013-07-01T15:27:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-02T16:37:27.000Z (almost 12 years ago)
- Last Synced: 2025-05-12T01:48:02.669Z (23 days ago)
- Language: Clojure
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-clj-web
A Clojure library designed to ... well, that part is up to you.
## Deploy to SinaApp
1. `lein deps`
2. `lein ring uberwar`
3. rename the generated war file under target folder agaist your SAE app name then upload.
E.g. my app url is , the war name shall be `clojure0701.war`## Usage
- [ubuntu postgresql](https://help.ubuntu.com/community/PostgreSQL)
- start postgres repl: `sudo -u postgres psql postgres`## TODO
1. [ ] route has query param
2. [X] RESTful route
3. [ ] login module
4. [ ] security module
5. [ ] DB module
6. [ ] test cases## Question
- diff between `use` and `require`
- dynamic reloading when `lein run`## License
Copyright © 2013 FIXME
Distributed under the Eclipse Public License, the same as Clojure.