Budget App

The Rails Api was built for single-page-app Bookstore. It allows users to perform all the CRUD functionalities.

The project is following data model below: ERDDIAGRAM

Built With

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Live Demo

Getting Started

  • Install Ruby on your local machine

  • Install Ruby on Rails

  • Clone this repository

    git clone git@github.com:Meri-MG/bookstore---back-end.git
    
  • To get started, In the root directory run:

    gem install bundler
    

    Then run:

    bundle install
    

    To start the server run:

    rails s
    

    Open the browser with localhost:3000

After installing bundle

Please run the following commands rails db:create rails db:migrate rails s

Author

👩 Meri Gogichashvili

🤝 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

  • Thanks to my learning partners.