A Blog for developers, a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Ruby
- Rails
- Postgresql
This repository makes use of Ruby as its core programming language :
- Clone this repo
git clone https://github.com/Lockless404/devBlog.gitin your PC terminal - Navigate to project's folder/directory
cd devBlog - Enter
bundle installto install dependencies. - Enter
rails db:create db:migrate db:seedto populate the database - Enter
rspecto run tests. - Enter
rspec spec/viewsto run integration tests. - Enter
rails sand navigate tohttp://localhost:3000/on your web browser to view the website.
👤 Hamza Tarar
- GitHub: @Lockless404
- Twitter: @hamza_tarar10
- LinkedIn: Hamza Tarar
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.