https://github.com/svozza/example-clojure-rest
https://github.com/svozza/example-clojure-rest
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/svozza/example-clojure-rest
- Owner: svozza
- Created: 2014-08-31T17:44:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T17:59:13.000Z (almost 12 years ago)
- Last Synced: 2025-01-24T15:12:59.111Z (over 1 year 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