Skip to content
/ Shelves Public

Shelves , a social library application. It is a challenge! First prototype in under a week of work!

License

Notifications You must be signed in to change notification settings

enzor/Shelves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Shelves , a social library

Shelves is an experimental social webapp.
The users are divided in "Authors" and "Users"
Users can become fan of an author, make comments and rate books.
Author can do all of the above, and also publish their own books.

Shelves comes also with a ferret booksearch engine , and with an achievement system....why don't you take a try?

Soon there will be a copy online!

== Quick Setup == 

1: rename config/database.example.yml to config/database.yml , and change it as you like
2: run rake gems:install db:migrate db:seed
3: script/server
4: point your browser to http://localhost:3000/
5: enjoy!!

=== Versions and Notes ===

0.1.0

First version.
It was a great and refreshing challenge, i enjoyed writing this app.

NOTE:
The app was tested against a SQLITE database, if you want to use with mysql, please change the :order => 'random()' to :order => 'RAND()' in the following files
	-app/models/user.rb
	-app/models/book.rb
	-db/seeds.rb

About

Shelves , a social library application. It is a challenge! First prototype in under a week of work!

Resources

License

Stars

Watchers

Forks

Packages

No packages published