An open API service indexing awesome lists of open source software.

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.

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.