- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Blog app is a web app that lets user to create, edit, comment and delete blog posts. This app,currently, is under development.
Client
Server
Database
- The app allows user to post blog
- User can like a post and see how many likes each has got
- User write on a post
To get a local copy up and running, follow these steps.
In order to run this project you need: Git and Ruby
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/belmeetmule/Blog-App.git
Install this project with:
cd my-project
gem install
Create Database (Mandatory)
rails db:create
If you have made a migration then run this command
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec
You can deploy this project using: Render Heroku
👤 Mulugeta M
- GitHub: @belmeetmule
- Twitter: @belmeetmule
- LinkedIn: belmeetmule
👤 David Amon-cofie
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add feature to let user add, edit and delete posts
- Add login feature so that user with valid credentials can post
- Add admin feature to the appnew_feature_2
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank...
- Microverse team.
- Everyone who will get time to check this code and suggest any issues
-
[How to run this app after I cloned it to my local machine]
- [Start the sever by executing the command
rails server
from your terminal]. And open up your browser and visit localhost:3000
- [Start the sever by executing the command
-
[What pre requise are required to run the app]
- [Since it is a RoR app make sure you have rails, ruby and postgresql are installed]
This project is MIT licensed.