/blog-app-ror

Blog app using Ruby on Rails!

Primary LanguageRubyMIT LicenseMIT

blog-app-ror

Blog app using Ruby on Rails!

Built With

  • Ruby on Rails
  • Postgres Sql

Getting Started

To get a local copy follow these simple example steps.

1.- Open the terminal window and clone the repository using this command:
git clone https://github.com/fernando-silvabr66/blog-app-ror.git

2.- Change the directory to the app directory
cd blog-app-ror

3.- Install the project's dependencies by running this command:
bundle install

4.- Create the Database with the following command: rails db:create

5.- Run the migrations to create the database tables with the following command: rails db:migrate

6.- To run the application use the following command: rails server

Author

👤 Fernando César da Silva

👤 Vitor Guedes Madeira

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