Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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