Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roseokpe/blog-app
This is a basic Blog web app 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/roseokpe/blog-app
postgresql ruby ruby-on-rails
Last synced: 29 days ago
JSON representation
This is a basic Blog web app 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/roseokpe/blog-app
- Owner: Roseokpe
- License: mit
- Created: 2022-10-19T09:33:46.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-07T13:38:34.000Z (about 2 years ago)
- Last Synced: 2024-10-03T05:41:17.321Z (about 2 months ago)
- Topics: postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- Ruby on Rails
## Getting Started
To get a local copy up and running follow these simple by cloning this repository `[email protected]:Roseokpe/blog-app.git` to your machine
### Prerequisites
- Ruby runtime environment
- PostgreSQL
- Rails### Setup
- Clone the repository using `[email protected]:Roseokpe/blog-app.git`
- Navigate to the folder using `cd blog-app`
- Use the following commands to
- install necessary gems `bundle install`
- install necessary javascript packages `npm install`
- run the development server `rails server`## Author
👤 **Rose Okpe**
- GitHub: [@roseokpe](https://github.com/roseokpe)
- Twitter: [@roseokpe](https://twitter.com/roseokpe)
- LinkedIn: [roseokpe](https://linkedin.com/in/roseokpe)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Roseokpe/blog-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc