Skip to content

This project is about the installation of a rail application to make sure that Rails is working smoothly on our computer we built a simple blog, holding a database of cars that can be updated and modified through a default form.

Notifications You must be signed in to change notification settings

uwadonat/Rails_installation

Repository files navigation

Blog_app

Rails installation

This project is about the installation of a rail application to make sure that Rails is working smoothly on our computer we built a simple blog, holding a database of cars that can be updated and modified through a default form.

Built With

forthebadge rails

Contributing

Contributions make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Prequisites

  • Ruby & Rails installed on your local machine.if not install it following steps in this link:Rails installation steps
  • bundle installed on your machine
  • Terminal or similar to execute the program.

Getting Started

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

  • Clone this repository with git clone https://github.com/uwadonat/Rails_installation.git using your terminal or command line.
  • Change to the project directory by entering: cd rails_project1/my_first_rails_app in the terminal.

How to use the Blog app

  1. run the command bundle install This will install the required dependencies
  2. run the command rails db:create. This will initialize the necessary migration files
  3. run the command rails db:migrate
  4. run the command rails server
  5. open a browser window and navigate to http://localhost:3000
  6. If the list of cars is displayed in your browser, take care. It means that rails is well installed in your computer otherwise restart installation of Rails following this link

Authors

👤 Donat UWAMAHORO

Acknowledgements

📝 License

This project is MIT licensed.

About

This project is about the installation of a rail application to make sure that Rails is working smoothly on our computer we built a simple blog, holding a database of cars that can be updated and modified through a default form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published