- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Blog Application - Rails] is a simple blog web application created using Rails framework.
- [User can create blog posts, like and comment on other user's blogs]
To get a local copy up and running, follow these steps.
In order to run this project you need the following pre-installed in your local machine:
- Rails
- Ruby
- Postgresql
- Git
- GitHub account
Clone this repository to your desired folder:
cd any-folder
git clone https://github.com/ram1117/blogapp.git
Install this project with:
cd blogapp
bundle install
To run the project, execute the following command:
rails s
To run rspec tests, run the following command:
rspec spec
You can deploy this project using:
TODO === TO be update at the end of final milestone
👤 Author1
- GitHub: @ram1117
- LinkedIn: Ram Kumar Karuppusamy
- [Implement RESTful API interface]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please STAR the Github repo
I would like to thank Microverse for providing necessary materials that made this project happen.
This project is MIT licensed.