Blog App blog app is an interactive blog application, created with ruby on rails. users can:
- Read blog posts
- Add Likes
- Add comments
Client
- N/A
Server
- Ruby on Rails
Database
- PostgreSQL
- Read blog posts
- Add Likes
- Add comments
To run the project locally, follow these steps.
In order to run this project you need to:
Clone the repo into your local machine:
git clone https://github.com/getssh/blog_app
Install the dependencies using bundler:
bundle install
To start you can open your terminal and in the folder write
rails server
to drop the existing DB run run
rails db:drop
Run
rails db:create
to create a new DB.
rails db:migrate to migrate generated db
👨💻 Getayawkal Tamrat
- GitHub: @getssh
- Twitter: @GetayawkalT
- LinkedIn: @getayawkal-tamrat
- Add more classes
- Add more data
- Add frontend code
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please leave a start for it.
I would like to thank Microverse for helping us in the journey to become a Fullstack developer
This project is MIT licensed.