An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



logo


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

**Weblog** is social medial like ruby on rails project, it is designed for users to share thoughts and ideas in a web platform

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Entity Relation Diagram


logo


### Key Features

- **User Authentication**
- **Database connection**
- **MVC**

(back to top)

## 💻 Getting Started

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/
```

(back to top)

## 👥 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/)

(back to top)

## 🔭 Future Features

- [ ] **Video Streaming**
- [ ] **Catching**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give us a star

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for their great content on rails

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)