Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3zcurdia/wedding
https://github.com/3zcurdia/wedding
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/3zcurdia/wedding
- Owner: 3zcurdia
- Created: 2024-01-26T18:36:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T16:06:27.000Z (about 1 month ago)
- Last Synced: 2024-11-20T17:19:18.971Z (about 1 month ago)
- Language: HTML
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wedding
This is a simple wedding website.
## Dependencies
- Ruby 3.3.0
- Rails 7.1.3
- SQLite3## Setup
1. Install Ruby 3.3.0, It's recomended to use [rbenv](https://github.com/rbenv/rbenv)
```bash
rbenv install 3.3.0
```2. Install ruby gems and js packages
```bash
bundle install && yarn install
```3. Create the database and run the migrations
```bash
rails db:prepare
```4. Run the server
```bash
bin/dev
```5. Open your browser and go to `http://localhost:3000` to see the website. If you want to test the details page use the phone number `1234567890` in the root app.