Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svozza/example-clojure-rest
https://github.com/svozza/example-clojure-rest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/svozza/example-clojure-rest
- Owner: svozza
- Created: 2014-08-31T17:44:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T17:59:13.000Z (about 10 years ago)
- Last Synced: 2024-06-26T01:21:21.916Z (5 months ago)
- Language: Clojure
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example-clojure-rest
RESTful API exposing a MySQL database written in Clojure with a simple AngularJs frontend. User adds image
URLs and they are displayed in a Masonry style layout. Also includes a user login section and password encryption
for stored passwords in the DB.## Prerequisites
You will need [Leiningen][1] 1.7.0 or above installed.
[1]: https://github.com/technomancy/leiningen
## Running
To start a web server for the application, run:
lein ring server
## License
Copyright © 2014 FIXME