Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tufoinnkuo10/blog-app
A blog app
https://github.com/tufoinnkuo10/blog-app
Last synced: about 1 month ago
JSON representation
A blog app
- Host: GitHub
- URL: https://github.com/tufoinnkuo10/blog-app
- Owner: tufoinnkuo10
- Created: 2022-01-19T09:57:05.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-01T10:12:24.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T19:17:08.011Z (almost 2 years ago)
- Language: Ruby
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Blog App
A fully functional blog app website that will show post of different users and allow the users to iteract with it through likes and comments.
## Built With* Ruby on Rails
* Rspec
* Psql## Getting Started
### Prerequisites
* Ruby (ruby --v)
* SQLite3 (sqlite3 --v)
* Postgrestsql (psql --version)
* Node.js (node --v)
* Yarn (yarn --v)To get a local copy up and running follow these simple example steps.
Run in your terminal `git clone [email protected]:Mhdez221993/blog_app.git`
### Install RSpec
To run the tests locally :
* To instal RSpec for testing please run the following command on your terminal:
` gem install rspec`
### Helpful links to solve some issues
* [Could not find gem](https://stackoverflow.com/questions/32491201/could-not-find-gem-pg-0-12-4-ruby-in-any-of-the-gem-sources-listed-in-your)
* [Install psql](https://harshityadav95.medium.com/postgresql-in-windows-subsystem-for-linux-wsl-6dc751ac1ff3)
* [PG:: InsufficientPrivilege: ERROR: must be owner of database blog_app_development](https://stackoverflow.com/questions/25610753/activerecordstatementinvalid-pgerror-error-must-be-owner-of-database)## Author
👤 **Tufoin Nkuo**
* GitHub: [@tufoinnkuo10](https://github.com/tufoinnkuo10)
* Twitter: [@itztenten](https://twitter.com/itztenten)
* LinkedIn: [@tufoinnkuo10](https://www.linkedin.com/in/tufoin-nkuo-3b272320b)## Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
* To my coding collaborator and mentor
* To my Morning session and Stand Up Team
* To microverse for adding my experience with this project