- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Blog App] is a classic example of a blog website. It shows the list of posts and empowers readers to interact with them by adding comments and liking posts.
🛠 Built With Ruby on Rails
- Ruby
- Rails
- PostgreSQL
Server
Database
- [Creating a blog post]
- [Commenting on the blog posts]
- [Liking the blog posts]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed on your computer
Clone this repository to your desired folder:
- git clone https://github.com/willy836/Blog-App.git
- cd Blog-App/
Install this project with:
- run bundle install to install necessary gems
To run the project, execute the following command:
- run rails s
- On your browser, type localhost:3000 to see the app
To run tests, run the following command:
- rspec spec
👤 Wilson Kimiri
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Rashid Menhas
- [Render navbar list elements conditionally, if user is signed in or out]
- [Implement functionality to send confirmation email messages to user]
- [Implement adding API endpoints]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give this project a ⭐️ if you like it.
Hat tip to Microverse for the guidance and provision of Ruby on Rails learning materials
This project is MIT licensed.