Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/edi-sipka/blog_app
- Owner: edi-sipka
- Created: 2022-11-22T10:48:40.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-13T10:15:16.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T15:34:13.611Z (8 months ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 211 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 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.
BackEnd
Test
Database
- **[Add Post]** - Add your post.
- **[Display all posts]** - Display recent posts.
- **[Delete post ]** - Delete specific post.
- [Coming soon]()
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
👤 _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/)
- [ ] **[Add likes on post]**
- [ ] **[Add comments on post]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give as a star! ⭐️
- Hat tip to anyone whose code was used
- Inspiration
- Microverse
- **[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.]
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._