- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
A full-stack blog app built with Roby on Rails framework
- Add new blog post.
- Create a user account.
- Add comments to a post.
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
git clone https://github.com/V-Blaze/Blog-App.git
Install this project with:
cd Blog-App
bundle install
Setup database credentials
config/database.yml
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec --format documentation
👤 Valentine Blaze
- GitHub: @V-blaze
- Twitter: @blaze_valentine
- LinkedIn: @valentine-blaze
👤 Eva-Lavinia Bucur
- GitHub: @BucurEva87
- Twitter: @BucurEva
- LinkedIn: Eva-Lavinia Bucur
- Delete a user
- Delete a post and edit a post
- Add image in a post
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, Please give it a ⭐️
Thanks @microverse
This project is MIT licensed.