https://github.com/yacoubou-seidou/railsblog
A blog application built with Ruby on Rails that allow users to create posts , add comment , and add likes.
https://github.com/yacoubou-seidou/railsblog
Last synced: 3 months ago
JSON representation
A blog application built with Ruby on Rails that allow users to create posts , add comment , and add likes.
- Host: GitHub
- URL: https://github.com/yacoubou-seidou/railsblog
- Owner: Yacoubou-seidou
- License: mit
- Created: 2023-07-12T12:13:52.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-28T14:10:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T11:05:02.318Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 111 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Blog Application
## 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)A blog application built with Ruby on Rails that allow users to create posts , add comment , and add likes.
- Ruby on Rails
- Postgres- User login and registration
- Blog post creation
- Blog post interactions (like and comment)
- API endpoints### Prerequisites
In order to run this project you need:
- Ruby environment installed
- Postgres database installed### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Yacoubou-seidou/RailsBlog.git
```### Install
Run `bundle install` to install all the required dependencies.
### Usage
To run the project:
Create the database by running the following command:
```sh
rails db:create
```Load the database schema with this command:
```sh
rails db:schema:load
```Seed the database with the following command:
```sh
rails db:seed
```Start the server by running the following command:
```sh
rails server
```👤 **Yacoubou Seidou**
- GitHub: [@Yacos](https://github.com/yacoubou-seidou)
- LinkedIn: [@Yacos](https://www.linkedin.com/in/yacoubou-seidou-chaibou)👤 **Mursedul Islam Sumon**
- GitHub: [@sumon](https://github.com/sumon766)
- LinkedIn: [@sumon](https://www.linkedin.com/in/sumon766)- More interactive design
- Add authentification
- Add sessionsContributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Yacoubou-seidou/RailsBlog/issues/).
If you like this project, give it a ⭐.
I would like to thank Microverse for giving me this wonderful opportunity to work on this project.
This project is [MIT](/LICENCE) licensed.