- This is a blogging application built on Ruby on Rails for the backend. It enables users to browse through posts and comments from other users. Moreover, individuals who register can create their own posts, comment on existing ones, and express appreciation for posts by liking them. The application also seamlessly integrates with PostgreSQL.
Server
Database
- Login and authentication.
- See post from users.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed in your machine
- Setup linters
gem install rails
(Ruby gem)
Clone this repository to your desired folder:
- git clone
https://github.com/felixDev22/blog_app
- cd Rails-Blog_App
- bundle install
- rails db:create
- rails db:migrate
To run the project, execute the following command:
- rails server
To run tests, run the following command accordingly:
-
rails db:seed RAILS_ENV=test
-
rspec
👤 Felix Nzomo Nyamai
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Ajayi Ridwan
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Allow users to like and comment
- Allow users to add post
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project then don't forget to give a star star on this repository
I would like to thank microverse for their resources.
This project is MIT licensed.