https://github.com/ritobrotomukherjee/ror-blog
It's a full stack blog application developed using ROR. It has necessary CRUD operations and used ORM to map data between database and model. I have used PostgreSQL as the database in this project
https://github.com/ritobrotomukherjee/ror-blog
bdd-tests blog blog-app postgresql rspec-rails ruby-on-rails
Last synced: 2 days ago
JSON representation
It's a full stack blog application developed using ROR. It has necessary CRUD operations and used ORM to map data between database and model. I have used PostgreSQL as the database in this project
- Host: GitHub
- URL: https://github.com/ritobrotomukherjee/ror-blog
- Owner: RitobrotoMukherjee
- Created: 2022-09-13T15:49:31.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-08T14:08:32.000Z (over 3 years ago)
- Last Synced: 2025-02-06T12:32:01.074Z (over 1 year ago)
- Topics: bdd-tests, blog, blog-app, postgresql, rspec-rails, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Ruby On Rails Blog App
> It's a **CRUD based** `ROR` blog application. The databse used here is `PostgreSQL`.
## Built With
  
## To get this project up and running, you should do the following;
- If you wish to run the project locally, please do the following:
- Clone the repository to your local machine.
- **`https://github.com/RitobrotoMukherjee/ror-blog.git`**
- **`cd ror-blog`**
- **`bundle install`**
- **Before running below commands update [config/database.yml](./config/database.yml) with your local `DB` credentials. Then run:**
- **`rake db:create`**
- **`rake db:migrate`**
## Prerequisite
> - Ruby needs to be installed in system.
> - For window `WSL 2` Or partitioned `Ubuntu` Or `Virtual Machine` will also work.
> - Rails is required as the framework.
> - `Node JS` and `Yarn` required as dependancies.
## Authors
👤 **Ritobroto Mukherjee**
- Portfolio: [@Rito](https://ritobroto-mukherjee.blogspot.com/)
- GitHub: [@RitobrotoMukherjee](https://github.com/RitobrotoMukherjee)
- Twitter: [@RitobrotoM3](https://twitter.com/RitobrotoM3)
- LinkedIn: [Ritobroto Mukherjee](https://www.linkedin.com/in/ritobroto-mukherjee-519148ba/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments

## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._