Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostesso/blog_app
https://github.com/ghostesso/blog_app
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostesso/blog_app
- Owner: GhostEsso
- License: mit
- Created: 2023-10-24T18:10:15.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-10T14:38:40.000Z (about 1 year ago)
- Last Synced: 2024-10-17T06:17:01.505Z (about 1 month ago)
- Language: Ruby
- Homepage: https://blog-app-ochre-ten.vercel.app
- Size: 61.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog_App Project README Template
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Blog_App\] ](#-Blog_App-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Run test](#run-test)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**[Blog_App]** is a web app which create posts and accept likes & Comments.
Ruby
ROR- **[DB created]**
- **[Model created]**To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- GitHub account;
- Git installed on your OS;
- VSCode (or another code editor);
- modern browser (supporting HTML5 and CSS3) is highly recommended;
- [Ruby](https://www.ruby-lang.org/en/documentation/installation/) installed;
- [Node.js and npm](https://nodejs.org/) installed.### Setup
* git clone [email protected]:GhostEsso/Blog_App.git
* cd BlogApp
* git checkout data_modelSetup database:
> sudo -u postgres createuser --interactive --pwprompt
(provide the username and password described in [config/database.yml](./config/database.yml))### Install
Install the dependencies:
> gem install
> npm installCreate database:
> bin/rails db:create(OPTIONAL) Fill the database with sample records:
> bin/rails db:seed### Usage
To run the server:
> rails serverOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.
### Run test
To run tests, run the following command:
> rspecYou can also check linter errors by running these commands:
> rubocopFor testing the confirmation emails:
> gem install mailcatcherOpen [http://localhost:1080](http://localhost:1080) to view it in your browser.
👤 **Essohanam TAMBANA**
- GitHub: [@GhostEsso](https://github.com/GhostEsso)
- Twitter: [@TambanaEssohana](https://twitter.com/TambanaEssohana)
- LinkedIn: [Tambana Essohanam](https://www.linkedin.com/in/essohanam-tambana/)👤 **Christopher Uduekwe**
- GitHub: [@chudisoft](https://github.com/chudisoft)
- Twitter: [@chudisoft](https://twitter.com/christopher-uduwkwe)
- LinkedIn: [chudisoft](https://www.linkedin.com/in/chudisoft/)- [ ] **improve UI**
- [ ] **allow more interactions**Contributions, issues, and feature requests are welcome!
If you like my Ruby Capstone Project project kindly comment or Follow me on LinkedIn, Twitter & twitter and always Your feedback will be really appreciated I have created issue if you want to share.
Thanks.I would like to thank you All Microverse community.
This project is [MIT](/LICENSE) licensed.