The Blog app will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
For a live demo of the project click here. Please log in with the following pre-verified credentials:
- email: demo@demo.com
- password: 123456
Live Presentation For a live presentation of the project check this Loom video.
Use the following steps to run this Project locally:
-
Create a directory
-
Open the terminal
-
Run this command:
git clone git@github.com:isaacpitwa/budget-app.git
-
Enter in to the folder:
cd budget-app
-
Make sure that your Postgres database is installed.
-
Open the file config\database.yml
-
Modify the connection parameters to point your Postgres Database:
username: [your_user]
password: [your_password]
-
If required drop existing database :
rake db:drop
-
Create databases:
rake db:create
-
Create db structure including tables :
rake db:migrate
-
If required seed initial data (stored in db\seeds.rb file):
rails db:seed
- Install rspec:
bundle install
- Run all tests:
rspec
- Run all tests and show test documentation:
rspec spec --format documentation
- If required (Not for testing) run
rails server
- Visit http://localhost:3000/ in your browser!
- Ruby
- Ruby on Rails
- Postgress
- GitHub: @isaacpitwa
- Twitter: @isaacpitwa
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.