https://github.com/tsohledev/weblog
weblog is social medial like ruby on rails project, it is designed for users to share thoughts and ideas in a web platform
https://github.com/tsohledev/weblog
Last synced: about 2 months ago
JSON representation
weblog is social medial like ruby on rails project, it is designed for users to share thoughts and ideas in a web platform
- Host: GitHub
- URL: https://github.com/tsohledev/weblog
- Owner: tsohleDev
- License: gpl-3.0
- Created: 2023-06-07T18:45:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T19:54:23.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T10:25:55.333Z (over 1 year ago)
- Language: Ruby
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Weblog
# 📗 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)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Weblog** is social medial like ruby on rails project, it is designed for users to share thoughts and ideas in a web platform
Client
Server
Database
### Entity Relation Diagram
- **User Authentication**
- **Database connection**
- **MVC**
To get a local copy up and running, follow these steps.
### Prerequisites
> - [Rails](https://guides.rubyonrails.org/)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
> - IDE/Code Editor
### Setup
Clone this repository to your desired folder:
```sh
cd my-prefered-folder
git clone https://github.com/tsohleDev/O-Blogath.git
```
### Install
Install this project with:
```sh
cd O-Blogath
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec spec/
```
## 👥 Authors
## 👤 Tsohle Mokhemisi
- GitHub: [@githubhandle](https://github.com/tsohleDev)
- Twitter: [@twitterhandle](https://twitter.com/RealTsohle)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tsohle-mokhemisi-3687401b2/)
- [ ] **Video Streaming**
- [ ] **Catching**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give us a star
I would like to thank Microverse for their great content on rails
This project is [MIT](./LICENSE) licensed.