- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Blog is a project that uses Ruby on Rails to create a fully functional blog website. It displays a list of posts and allows readers to interact with them by commenting and liking. Blog is a classic example of how to use Ruby on Rails for web development.
- HTML
- CSS
- JavaScript
- Ruby
- Rails
- PostgreSQL
- Users can sign up and login to this project
- Users can create post
- Users can like and comment inside a post
This repository includes ruby code that can be use to decode the morse code.
- At first Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/raihan2bd/blog-app.git
- To use this repo to your local computer make sure you have installed Ruby, Rails, and PostgreSQL
- Then change the database credientials from
/config/database.yml
to your local database credientials. - To install necessary require packages open your favorite cd to this project then try the below command
bundle install
- To run this project on your local machine
Enter
the below command
rails s
-
To see the project demo go to your browser and enter this url
http://localhost:3000/
-
To run this project tests on your local machine you have to install
Rspec
using this commandgem install rspec
then enter the below command on your terminal
rspec spec
👤 Abu Raihan
- GitHub: @raihan2bd
- Twitter: @raihan2bd
- LinkedIn: raihan2bd
👤 Akande Abdulwasiu
- GitHub: @Newtayo
- Twitter: @Omortayoh
- LinkedIn: Akande Abdulwasiu
- I will add features to update and delete posts
- I will add comments reply system to this project
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
A heartfelt thank you to Microverse for their invaluable support, guidance, and the incredible opportunity they have provided us. Without them, this project would not have been possible.
This project is MIT licensed.