/community_platform

This is a community platform that allows people join and create groups and share their thoughts and ideas with others through posts.

Primary LanguageRuby

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

Development

  • Standard rails 7 workflow.
  • Make sure you create database (rails db:create).
  • Run server with bin/dev