A Twitter clone built as part of the Makers Academy software development course.
Users can do the following:
- Sign up
- login/logout
- Post a message (peep) to chitter
- View all peeps in reverse chronological order
- See the timestamps on peeps
- See peeps their tagged in (tagging functionality still in progress)
bundle install
rackupDatabase Table design template can be found here. The database diagram below is generated by dbdiagram.io using DBML converted from the SQL seed code:

Ruby Model and Repository class design template can be found here.
- User "tagging" functionality
- improve CSS design
- Ruby
- Rspec
- Sinatra
- PostgreSQL
- BCrypt
- Render
Initially deployed on Render (https://chitter-the-chit-chat-app.onrender.com) but is currently inactive.

