School library
Ruby app that allows creation and storage of books, the people who have rented and the rentals.
- Ruby
- Github
To get a local copy up and running follow these simple example steps.
- Have a version of Ruby installed in your local environment.
- Clone the repo.
$ git clone https://github.com/fasaldana/blog_app.git
$ cd blog_app
- 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
oryarn 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
👤 Fernando Saldaña
- GitHub: @fasaldana
- Twitter: @Fernandosal98
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.