Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meghaniankov/graduation-app-rails
https://github.com/meghaniankov/graduation-app-rails
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/meghaniankov/graduation-app-rails
- Owner: meghaniankov
- License: other
- Created: 2020-05-22T16:54:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T10:40:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-03T16:16:12.705Z (2 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](./app/assets/images/screenshots/grad_app_screenshot_welcome.png)### Homepage (after click)
![Homepage](./app/assets/images/screenshots/grad_app_screenshot_welcome2.png)### New Message
![New Message](./app/assets/images/screenshots/grad_app_screenshot_new_message.png)### Congratulations
![Congratulations](./app/assets/images/screenshots/grad_app_screenshot_congrats.png)### Messages List
![Messages List](./app/assets/images/screenshots/grad_app_screenshot_message_list.png)### Message
Opens from click on message in message list & closes on click of message (using jQuery).
![Message](./app/assets/images/screenshots/grad_app_screenshot_message.png)## 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
```