https://github.com/mwafrika/community_platform
This is a community platform that allows people join and create groups and share their thoughts and ideas with others through posts.
https://github.com/mwafrika/community_platform
rails7 tailwindcss viewcomponent
Last synced: 24 days ago
JSON representation
This is a community platform that allows people join and create groups and share their thoughts and ideas with others through posts.
- Host: GitHub
- URL: https://github.com/mwafrika/community_platform
- Owner: mwafrika
- Created: 2023-01-12T09:33:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T12:58:05.000Z (over 3 years ago)
- Last Synced: 2025-10-24T20:53:05.078Z (7 months ago)
- Topics: rails7, tailwindcss, viewcomponent
- Language: Ruby
- Homepage: https://take-home-test-production.up.railway.app/
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is a normal rails 7 app created with `rails new` with postgresql as the database and tailwind configured.
As part of the test, you might need to configure and install additional things like view compononents
# Railway Deployement link
## [Railway App](https://take-home-test-production.up.railway.app/)
# Development
* Standard rails 7 workflow.
* Make sure you create database (rails db:create).
* Run server with `bin/dev`