A dynamic website (Star Wars style), where people can register and write gossips about other members, comment on gossips, edit their own gossips/account.
The initial users, gossips, comments are created automatically using the Faker gem and stored in the database.
This project was done using Ruby on Rails (MVC architecture = Model View Controller), database with PostgreSQL, and web with HTML, CSS and Bootstrap.
You can start the app by doing :
bundle install
rails assets:precompile
rails db:create db:migrate db:seed
rails s
This website has not been published, thus, here are some screenshot for a quick overview:



