- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Rails Blog App is a website where you can read and interact with posts. You can see a list of posts, leave comments, and like your favorite ones.
Client
- Ruby on Rails
Server
- localhost
Database
- PostgreSQL
- [You can see other users posts]
- [Like other posts]
- [Comment other posts]
To get a local copy up and running, follow these steps.
- You'll need any code editor
Clone this repository to your desired folder:
git clone https://github.com/ghreza-crypto/blog-app.git
cd blog-app
Install this project with:
bundle install
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails server
To run tests, run the following command:
rails db:migrate RAILS_ENV=test
rspec
👤 Ghulam Reza Rajabi
- GitHub: @ghreza-crypto
- LinkedIn: LinkedIn
👤 Nurbol Sultanov
- GitHub: @everinurmind
- LinkedIn: LinkedIn
- [Improve UI design]
- [Improve the desktop version]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can give it a star!
I would like to thanks Microverse for this learning opportunity.
This project is MIT licensed.