ChitChat is a social networking app implemented in Ruby on Rails. Its main feature is the creation of pages and commenting on existing pages. Feel free to use it as a template.
- Login and signup pages and password changing powered by devise.
- Create and delete pages.
- Comment on your own pages or pages created by other people.
- Ruby on Rails: install rails for linux
- SQLite3
-
Download the project.
-
Make sure you are using Ruby version 2.6.0:
rvm use 2.6.0
-
Run
rails db:schema:load
and thenrails s
-
Open localhost:3000 in the browser.