Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edi-sipka/blog_app

This is a basic Blog website that allows users to create, edit, comment and delete posts, keeping data in a database. This project implements both authorization and authentication in order to provide extended functionality to logged in and authorized users.
https://github.com/edi-sipka/blog_app

rails ruby

Last synced: 6 days ago
JSON representation

This is a basic Blog website that allows users to create, edit, comment and delete posts, keeping data in a database. This project implements both authorization and authentication in order to provide extended functionality to logged in and authorized users.

Awesome Lists containing this project

README

        

# 📖 [Blog_App]

> This is a basic Blog website that allows users to create, edit, comment and delete posts, keeping data in a database. This project implements both authorization and authentication in order to provide extended functionality to logged in and authorized users.

## 🛠 Built With

### Tech Stack

BackEnd

Test

Database

### Key Features

- **[Add Post]** - Add your post.
- **[Display all posts]** - Display recent posts.
- **[Delete post ]** - Delete specific post.

(back to top)

## 🚀 Live Version

- [Coming soon]()

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need: Visual Studio Code and Installed Rails.

### Setup

Clone this repository to your desired folder:

```bash command
$ git clone $ git clone https://github.com/edi-sipka/Blog_App
```

### Install

Install this project with:

```bash command
you@your-Pc-name:~$ cd
```

### Usage

To run the project, execute the following command:

```bash command
` $ rails server`
```

### Run tests

To run tests, run the following command:
rspec

(back to top)

## 👥 Authors

👤 _Edi Sipka_

- GitHub: [@Edi-Sipka](https://github.com/edi-sipka)
- Twitter: [@sipka_edii](https://twitter.com/sipka_edii)
- LinkedIn: [Edi Sipka](https://www.linkedin.com/in/edi-%C5%A1ipka-5b681b202/)

👤 **Peter Njuguna**

- GitHub: [@peterboro](https://github.com/peterboro)
- LinkedIn: [Peter Njuguna](https://www.linkedin.com/in/peter-n-3bb940122/)

(back to top)

## 🔭 Future Features

- [ ] **[Add likes on post]**
- [ ] **[Add comments on post]**

(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 give as a star! ⭐️

(back to top)

## 🙏 Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- Microverse

(back to top)

## ❓ FAQ

- **[How I can run this project?]**

- [After cloning repository, run rails server.]

- **[Can I add likes on post?]**

- [You can add likes and comments on a post.]

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)