naskoap / clojurebook

A picture-gallery application with Clojure
MIT License
0 stars 0 forks source link

Clojurebook

An interactive web application with Compojure and Ring. Users will have the ability to register an account, login with their credentials, store pictures along with descriptions of the picture as well as browse other users' galleries and communicate with each through a real-time chat service. Also, users will have access to weather data (such as temperature and wind) in their respective area. Another feature will be posting comments to peoples' galleries. Finally, users will have the ability to close their account and delete all of the data associated with it.

Ideally, private messaging will be enabled at a later stage of the application where users will be able to contact each other even if direct, real time messaging is unavailable, i.e. there are no other users online.

Goals of the project

6. Comment on Photos

7. Display Weather Data

8. Implement a real-time chat service

11. Enable Personal Messaging

Prerequisites

You will need PostgreSQL 9.1 or above and Leiningen 1.7.0 or above installed.

Running

To start a web server for the application, run:

lein ring server

Resources

This project is inspired by [Web Development with Clojure] (https://pragprog.com/book/dswdcloj/web-development-with-clojure) by Dmitri Sotnikov.

License

The MIT License (MIT)

Copyright © 2016 Atanas S. Apostolov