/Second_blog_app

This is a simple blog app allowing user to login, to comment and to like

Primary LanguageRuby

My Bolg

This is a simple blog app containing posts, comments and likes, the user can sign up, log in

Built With

react react

  • Ruby on Rails.
  • PostgreSQL.

Getting Started

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

Prerequisites

Setup

  • Make sure you have Ruby on Rails set up properly on your computer
  • Clone or download this repo on your machine
  • Enter project directory

Development Database

# Create user
sudo -u postgres createuser blog -s
# Create the database
rake db:create
# Create database Migration
rails db:migrate

Install

bundle install

Run

rails s

Test

rspec

Yannick

🤝 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!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.