https://github.com/rubyforgood/kiwanis-old
An upcoming project for Ruby for Good
https://github.com/rubyforgood/kiwanis-old
Last synced: 5 months ago
JSON representation
An upcoming project for Ruby for Good
- Host: GitHub
- URL: https://github.com/rubyforgood/kiwanis-old
- Owner: rubyforgood
- License: mit
- Created: 2021-10-11T20:23:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T17:57:51.000Z (over 4 years ago)
- Last Synced: 2025-05-15T09:55:23.596Z (8 months ago)
- Language: Ruby
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Kiwanis Event Fundraisers
### Requirements
```
ruby 3.0.2
nodejs 16.11.0
yarn 1.22.14
```
### Database creation
Create
`rake db:create`
Migrate
`rake db:migrate`
### Database initialization
`rake db:seed`
### Run the app
`bin/dev`
### Run the test suite
`bin/test`
### About the app
This is using rails 7.0.0.alpha2. Rails 7 is no longer using webpacker so styles are configured a bit differently. This project was spun up with the intention to use [tailwinds.css](https://tailwindcss.com/) for erb page styling, and [Ant Design](https://ant.design/) system for react views.
##### Whats been done
- Events model and associations
- Clubs model and associations
- Membership model and associations
- Users model and associations
- User authentication using devise
- Dashboard view with react ready for events
- Club view with react ready for events
- Club Events view with react ready for events
- Club Event Landing page view with rails ready for events