Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamed-ali-agourram/rorblogs
https://github.com/mohamed-ali-agourram/rorblogs
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamed-ali-agourram/rorblogs
- Owner: mohamed-ali-agourram
- Created: 2024-01-20T09:20:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T13:42:57.000Z (11 months ago)
- Last Synced: 2024-01-25T14:50:13.771Z (11 months ago)
- Language: Ruby
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Application
This is a simple blog application built with Ruby on Rails.
## Features
* User authentication
* Create, read, update, and delete (CRUD) operations for blog posts
* Commenting on blog posts
* User profiles## Installation
1. Clone the repository:
```
git clone https://github.com/yourusername/RubyBlog.git
```
2. Navigate into the directory:
```
cd RubyBlog
```
3. Install the required gems:
```
bundle install
```
4. Set up the database:
```
rails db:create db:migrate
```
5. Start the server:
```
rails server
```
6. Open your browser and navigate to `http://localhost:3000`.## Usage
After starting the server, you can create a new user and start creating blog posts.