Skip to content

practicalli-johnny/shouter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shouter

A simple Clojure web app, using ring, composure and hiccup. Short text messages called "shouts" can be entered and the last 100 shouts are shown on the page.

Shout text strings are stored in a postgres database

Deploy via Heroku button

You can deploy your own copy of the Shouter app on Heroku via Deploy

If you do not have an account on Heroku, you will be promted to create one for free

Deploying on Heroku manually

To deploy the Shouter Clojure app on Heroku, first clone the project using git clone clone-URL, the clone-URL is underneat the repository menu on the right hand side of this page.

Assuming you have Heroku Toolbelt installed, run heroku create from within the directory created by the previous clone command.

Add a postgres database to your heroku app using the command:

heroku addons:create heroku-postgresql

This command adds a free Heroku postgres database plan

Now deploy the Shouter web app to Heroku using the command:

git push heroku master

License

Copyright Aaron Bedra

Distributed under the Eclipse Public License, the same as Clojure.

About

A simple Clojure project using ring, compojure & hicup

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • CSS 83.6%
  • Clojure 16.4%