School library

Ruby app that allows creation and storage of books, the people who have rented and the rentals.

Built With

  • Ruby
  • Github

Getting Started

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

Prerequisites

  • Have a version of Ruby installed in your local environment.

Setup

  • Clone the repo. $ git clone https://github.com/fasaldana/blog_app.git $ cd blog_app

Run

  • check the ruby version being used and install it if it is not the same with that of the local machine
  • set up database direct them to the config/database.yml file
  • run bundle install
  • run npm install or yarn install
  • run rails db:create
  • run rails db:migrate
  • run rails db:seed if there is data in the seed
  • run rails s to start the server locally

Authors

👤 Fernando Saldaña

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