https://github.com/amejid/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/amejid/blog-app
postgresql ruby-on-rails
Last synced: about 2 months 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/amejid/blog-app
- Owner: amejid
- Created: 2022-10-18T14:16:00.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-06T16:38:47.000Z (over 3 years ago)
- Last Synced: 2025-01-16T10:57:40.514Z (over 1 year ago)
- Topics: postgresql, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 6.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 example steps.
### Prerequisites
- Ruby runtime environment
- PostgreSQL
- Rails
### Setup
- Clone the repository using `git clone git@github.com:amejid/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
👤 **Abdelmejid Oumer Ali**
- GitHub: [@amejid](https://github.com/amejid)
- Twitter: [@amejidoumer](https://twitter.com/amejidoumer)
- LinkedIn: [amejid](https://linkedin.com/in/amejid)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.