An open API service indexing awesome lists of open source software.

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.

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`