This blog was created using Ruby on Rails as a class project. You have the ability to create your own user profile, posts and comments.
Users = CRUD Posts = CRUD Comments = CRD
-
Ruby version
- ruby 2.4.1p111 (2017-03-22 revision 58053)
-
Gems used
- 'bcrypt', '~> 3.1.7'
-
Database creation
- run "rails db:migrate" and "bundle install"
-
Deployment instructions
- run "rails s" to start server and navigate to localhost:3000 in your browser.
Please contact me with any additonal information.