franciscoPonceDev / blog-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog app

A blog app build using Ruby on Rails + Postgresql

Built With

  • Ruby
  • Rails
  • PostgreSql

Prerequisites

  • PostgreSql
  • Ruby (2.7 or newer)
  • Bundle (2.1.4 or newer)

Getting Started

To get a local copy follow these simple example steps.

1.- Clone this repository

2.- Install the project's dependencies by running this command:
bundle install
4.- Make sure that you change the database configuration file (database.yml) to fit your local database's settings
5.- Start the server using this command:
rails s
6.- Open the browser at this address:
http://127.0.0.1:3000/

Testing

To test the application just run the command rspec spec

Live demo

Soon to add.

Author

👤 Francisco Ponce

Francisco's Profile

🤝 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! The gem is available as open source under the terms of the MIT License.

About

License:MIT License


Languages

Language:Ruby 74.0%Language:HTML 19.6%Language:Batchfile 3.2%Language:CSS 3.1%Language:JavaScript 0.1%