Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billgewrgoulas/treegram-web-application
A ruby on rails web application. Developed for the course Internet Technologies @ University of Ioannina.
https://github.com/billgewrgoulas/treegram-web-application
jquery rails5 sql vanilla-javascript
Last synced: 14 days ago
JSON representation
A ruby on rails web application. Developed for the course Internet Technologies @ University of Ioannina.
- Host: GitHub
- URL: https://github.com/billgewrgoulas/treegram-web-application
- Owner: billgewrgoulas
- Created: 2020-12-21T10:21:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-01T15:51:36.000Z (over 3 years ago)
- Last Synced: 2024-10-17T09:10:12.876Z (about 1 month ago)
- Topics: jquery, rails5, sql, vanilla-javascript
- Language: Ruby
- Homepage:
- Size: 5.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 SeverClone 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 CAPYBARAAuthors
------Kathryn Carr, J Sivakumaran, and Lizzie Koehler
License
-------MIT license