BlogApp

A simple blog application based on ruby on rails.

Built With

  • Ruby
  • Rails
  • HTML&CSS

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Ruby
  • Rails

Setup

  • git clone this repo
  • cd into the generated directory
  • Run bundle install
  • In the psql, create a new role with the name of "nicu"
  • export DATABASE_PASSWORD= irb
  • Run rails db:create
  • Run rails db:migrate
  • Run rails db:seed
  • Run rails s Note: In case this doesn't work, try rails db:drop and do the steps all over again

Install

  • Run bundle install to install all the necessary dependencies

Usage

  • Run rails s to expose a local webserver

Authors

👤 Nicu

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.