AleksandarIvezic / Group-our-cakes

Application for grouping cakes in different categories. Built with Ruby on Rails as a mobile view application.

Home Page:https://agile-lake-56047.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capstone project: Group our cakes app

screenshot screenshot screenshot screenshot screenshot screenshot

In this project, I created a mobile application for grouping cakes into different categories. Specification for this project you can find on Project details

Built With

  • Ruby v2.7.2
  • Ruby on Rails v6.1.4
  • Bootstrap 5
  • Sass

Live Demo

Live Demo Link

Getting Started

To get a local copy, follow these simple example steps.

Prerequisites

  • Ruby: >2.6.3
  • Rails: >5.2.3
  • Postgres: >=9.5

Setup

Clone the repository with:

git clone https://github.com/ShinobiWarior/Group-our-cakes.git

or download ZIP file

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rspec --format documentation

Author

👤 Aleksandar Ivezic

🤝 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

About

Application for grouping cakes in different categories. Built with Ruby on Rails as a mobile view application.

https://agile-lake-56047.herokuapp.com/

License:MIT License


Languages

Language:Ruby 62.9%Language:HTML 28.4%Language:SCSS 4.7%Language:JavaScript 4.0%