https://github.com/jatin-2k/rails-blog
A CRUD blogging application created for learning rails 7 https://rails-blogging.onrender.com/
https://github.com/jatin-2k/rails-blog
css html rails7 ruby sqllite3
Last synced: 6 months ago
JSON representation
A CRUD blogging application created for learning rails 7 https://rails-blogging.onrender.com/
- Host: GitHub
- URL: https://github.com/jatin-2k/rails-blog
- Owner: jatin-2k
- Created: 2024-01-15T08:13:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T11:11:56.000Z (over 2 years ago)
- Last Synced: 2025-04-07T08:45:24.072Z (over 1 year ago)
- Topics: css, html, rails7, ruby, sqllite3
- Language: Ruby
- Homepage: https://rails-blogging.onrender.com/
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
# Project Name
Rails Blogging
## Description
A CRUD blogging application created for learning rails 7
## Table of Contents
- [Project Name](#project-name)
- [Description](#description)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
## Installation
```bash
git clone git@github.com:jatin-2k/rails-blog.git
cd rails-blog
bundle install
rails db:migrate
rails db:seed
rails server
```
## Usage
```bash
rails server
# Open a web browser and go to http://localhost:3000
```
## Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch: git checkout -b feature/your-feature-name
- Make your changes and commit them: git commit -m 'Add some feature'
- Push to the branch: git push origin feature/your-feature-name
- Submit a pull request