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.
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
To Practice:
- Ruby On Rails project setup
- User authentication
- Paperclip gem for uploading files
- SASS
- Unit testing with RSPEC
- Integration testing with CAPYBARA
Kathryn Carr, J Sivakumaran, and Lizzie Koehler
MIT license