billgewrgoulas / Treegram-Web-Application

A ruby on rails web application. Developed for the course Internet Technologies @ University of Ioannina.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Treegram

A ruby on rails app. Allows a user to create an account with username, password, and avatar. After login users can upload photos to their account and tag other users in the photos, follow users and see their photos, leave comments on a picture.

Installation and Usage

Run Postrges Sever

Clone or download this repository and cd into indent directory

$ rake db:create
$ rake db:migrate
$ rails server

In your browser visit localhost:3000

Motivation

To Practice:

  • Ruby On Rails project setup
  • User authentication
  • Paperclip gem for uploading files
  • SASS
  • Unit testing with RSPEC
  • Integration testing with CAPYBARA

Authors

Kathryn Carr, J Sivakumaran, and Lizzie Koehler

License

MIT license

About

A ruby on rails web application. Developed for the course Internet Technologies @ University of Ioannina.


Languages

Language:Ruby 42.2%Language:JavaScript 23.9%Language:CSS 16.8%Language:Haml 11.9%Language:HTML 5.2%