ClojureNews

所属分类:其他
开发工具:Clojure
文件大小:0KB
下载次数:0
上传日期:2018-03-19 08:16:09
上 传 者sh-1993
说明:  Clojure新闻Web应用程序-(黑客新闻克隆)
(Clojure News Web Application - (Hacker News Clone))

文件列表:
.travis.yml (294, 2018-03-19)
app.json (278, 2018-03-19)
github-img-clojure-news.png (741485, 2018-03-19)
logger.log (910, 2018-03-19)
project.clj (2813, 2018-03-19)
resources/ (0, 2018-03-19)
resources/public/ (0, 2018-03-19)
resources/public/css/ (0, 2018-03-19)
resources/public/css/news.css (7010, 2018-03-19)
resources/public/img/ (0, 2018-03-19)
resources/public/img/grayarrow.gif (111, 2018-03-19)
resources/public/img/grayarrow2x.gif (96, 2018-03-19)
resources/public/img/logo.png (15633, 2018-03-19)
resources/public/img/s.gif (43, 2018-03-19)
resources/public/js/ (0, 2018-03-19)
resources/public/js/clojure-news.js (574131, 2018-03-19)
src/ (0, 2018-03-19)
src/clj/ (0, 2018-03-19)
src/clj/controller/ (0, 2018-03-19)
src/clj/controller/comment_entry.clj (8073, 2018-03-19)
src/clj/controller/entry.clj (43439, 2018-03-19)
src/clj/controller/login.clj (6304, 2018-03-19)
src/clj/controller/upvote.clj (3783, 2018-03-19)
src/clj/controller/user.clj (12247, 2018-03-19)
src/clj/dao/ (0, 2018-03-19)
src/clj/dao/comment_entry.clj (1572, 2018-03-19)
src/clj/dao/db_conf.clj (586, 2018-03-19)
src/clj/dao/entry.clj (3018, 2018-03-19)
src/clj/dao/entry_event.clj (1923, 2018-03-19)
src/clj/dao/entry_job.clj (1823, 2018-03-19)
src/clj/dao/upvote.clj (2593, 2018-03-19)
src/clj/dao/user.clj (2195, 2018-03-19)
src/clj/main.clj (1721, 2018-03-19)
src/clj/route/ (0, 2018-03-19)
src/clj/route/comment_entry.clj (645, 2018-03-19)
src/clj/route/entry.clj (2634, 2018-03-19)
src/clj/route/forgot_password.clj (299, 2018-03-19)
src/clj/route/login.clj (393, 2018-03-19)
... ...

# Clojure News [![Build Status](https://travis-ci.org/ertugrulcetin/ClojureNews.svg?branch=master)](https://travis-ci.org/ertugrulcetin/ClojureNews) [![GitHub License](https://img.shields.io/badge/license-Apache-blue.svg)](https://raw.githubusercontent.com/ertugrulcetin/ClojureNews/master/LICENSE.md?token=AH41u-vB3sgHpWa6UrI6HlJbAY8ws3TMks5XjNzrwA%3D%3D) ![Clojure News Demo](/github-img-clojure-news.png) ## Requirements * JDK/Clojure 1.8+ * Leiningen * Heroku(Free Plan) * mLab(Heroku Add-on) ## Installation ### Installing on Heroku [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) ### Installing locally * Install [leiningen](http://leiningen.org/) * Install [MongoDB](https://www.mongodb.com/download-center?jmp=nav#community) * Create a new MongoDB database * Create a new user for the new database * `git clone https://github.com/ertugrulcetin/ClojureNews.git` * Edit `src/clj/dao/db_conf.clj` with the new db and credentials * `lein run` ## Contributing Feel free to jump in if you don't mind digging around, you can check out the [issues](https://github.com/ertugrulcetin/ClojureNews/issues) page for ideas on what to work on. ## Contributors [Erturul etin](https://github.com/ertugrulcetin) [Jordan Biserkov](https://github.com/Biserkov) [Mengu Kagan](https://github.com/mengu) ## License ``` Copyright 2016 Erturul etin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```

近期下载者

相关文件


收藏者