Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailsg/rails-blog-app
An interactive blog website built using Ruby on Rails, allowing users to create, read, comment on, and like posts. A simple yet powerful example of web application development.
https://github.com/mailsg/rails-blog-app
api-rest cancancan capybara-rspec css3 devise ruby-on-rails
Last synced: 7 days ago
JSON representation
An interactive blog website built using Ruby on Rails, allowing users to create, read, comment on, and like posts. A simple yet powerful example of web application development.
- Host: GitHub
- URL: https://github.com/mailsg/rails-blog-app
- Owner: mailsg
- Created: 2023-08-22T09:17:10.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-08T11:10:53.000Z (over 1 year ago)
- Last Synced: 2024-12-08T14:41:22.456Z (2 months ago)
- Topics: api-rest, cancancan, capybara-rspec, css3, devise, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 681 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Rails-Blog-App** is an interactive blog website built using Ruby on Rails, allowing users to create, read, comment on, and like posts. A simple yet powerful example of web application development.
Ruby
Rails
PostgreSQL
- **Create Blogs**
- **Read Blogs**
- **Update Blogs**
- **Delete Blogs**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:mailsg/rails-blog-app.git
cd rails-blog-app
```
### Install
Install this project with:
```sh
cd rails-blog-app
gem install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec
```
👤 **Sandeep Ghosh**
- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sandeep0912/)
👤 **Alijan Rahimi**
- GitHub: [@rahimialijan](https://github.com/rahimialijan)
- LinkedIn: [LinkedIn](https://linkedin.com/in/alijan-rahimi-18389ab3/)
- [ ] **Social Networking**
- [ ] **Developers Forum**
- [ ] **Virtual Meetings**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider leaving a star in the repo.
I would like to thank Microverse for giving me this opportunity to showcase my skills. I would also like to thank the Open Source Community for providing vast resources for free that helped in various stages of this project.
This project is [MIT](./MIT.md) licensed.