Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duanedave/blog-app
https://github.com/duanedave/blog-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/duanedave/blog-app
- Owner: DuaneDave
- License: mit
- Created: 2022-11-22T11:57:15.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-08T09:49:51.000Z (about 2 years ago)
- Last Synced: 2024-10-24T14:24:20.358Z (2 months ago)
- Language: Ruby
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog App
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> Blog app is a 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.
> Here is a list of technogies used in this project.
Language
Framework
Database
- **[Fuilly functional Backend]**
- **[Dynamic routing]**
- [Coming soon...]()
> To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
```bash
$ git clone https://github.com/DuaneDave/Blog-app.git
$ cd blog_app
```
### Prerequisites
In order to work on this project, you need to have the following dependencies installed:
- [Ruby](https://www.ruby-lang.org/en/)
- [Postgresql](https://www.postgresql.org/)
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [Rails](https://rubyonrails.org/)
### Install
Install this project with:
```bash
$ bundle install
```
To get all the gems required for the project
Then, run
```bash
$ npm install
```
To install packages such as style linters
To check linters locally, use
```
bash
$ rubocop
$ npx stylelint "**/*.{css,scss}"
```
### Usage
To run the project, execute the following command:
```
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec ./spec/models
rspec ./spec/requests
```
## Author
👤 **Obiebi David**
- GitHub: [@githubhandle](https://github.com/DuaneDave)
- Twitter: [@twitterhandle](https://twitter.com/dave_duane)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/david-obiebi/)
- [ ] **[Add a blog]**
- [ ] **[Delete a blog]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project...
I would like to thank all those whose code snippets were used in this project.
- Microverse
- Coding Partners
- Inspiration
This project is [MIT](./LICENSE) licensed.