Skip to content

starhelios/simplero-rails-react-tailwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Take Home Project

Ruby Style Guide Gem Version

About

Take home is a simple lightweight community platform that allows people to create & join “Groups”. A group can either be Public(anyone can join) or Private(people can request to join but they have to be accepted by the creator). Users can join multiple groups and create posts on groups they’re a member of, Other members can join the discussion by commenting on a post and reply to comments. The creator of group can modify or delete groups, posts and comments. He can also remove members that currently have access to group.

Technologies Used

  • Rails 7
  • Stimulus
  • React
  • Tailwind CSS
  • ViewComponent
  • FontAwesome
  • ActionCable/WebSockets

Instalation Guidelines

With local ruby version

Please follow the steps to setup project locally:

$ bundle install
$ rails db:setup
./bin/dev

Setup via docker

$ docker compose build
$ docker compose run --rm app bin/rake db:setup
$ docker compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors