https://github.com/meghaniankov/graduation-app-rails
https://github.com/meghaniankov/graduation-app-rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meghaniankov/graduation-app-rails
- Owner: meghaniankov
- License: other
- Created: 2020-05-22T16:54:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T10:40:43.000Z (over 2 years ago)
- Last Synced: 2025-02-07T22:30:28.769Z (4 months ago)
- Language: Ruby
- Size: 2.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Grad App
An app built as a graduation gift for my sister.
It's a place for friends and family to leave her congratulations messages that she can go back and view any time.
## Deployed App
https://maddie2020.herokuapp.com/
## Built With
* Ruby
* Rails
* JavaScript
* jQuery
* Bootstrap
* ActiveRecord/PostgreSQL
* Heroku## Design Examples
### Homepage
### Homepage (after click)
### New Message
### Congratulations
### Messages List
### Message
Opens from click on message in message list & closes on click of message (using jQuery).
## Getting Started
First, clone this repository. Then:
```
bundle install
bin/rails db:create
bin/rails db:migrate
```## Running the program locally
### Start Server
```sh
$ rails server
```### View in Browser
```
localhost:3000
```