Skip to content

jedaeroweb/cafe

Repository files navigation

🔭 Overview

This repository contains a simple order system for small stores, implemented using Ruby on Rails.

소규모 매장(카페, 음식점 등)을 위한
가볍고 단순한 주문 관리 시스템입니다.

It is intended for developers who want a minimal, real-world Rails app that can be used as-is or adapted for specific shop environments.

실제 매장에서 바로 쓰거나
필요에 맞게 커스터마이징할 수 있도록 설계되었습니다.


📄 Why this project?

Most existing order or POS systems are either:

  • Over-engineered
  • Expensive
  • Difficult to customize

기능은 많지만 현장에서는 오히려 불편한 경우가 많습니다.

This project aims to be:

  • Small and understandable
  • Easy to deploy and operate
  • Friendly to modification and extension

필요한 기능만, 유지보수하기 쉬운 구조를 목표로 합니다.


👀 Demo

Demo page

실제 동작 화면을 확인할 수 있는 데모 페이지입니다.


🚀 Getting Started

git clone https://github.com/jedaeroweb/cafe.git
cd cafe
bundle install
rails db:create db:migrate db:seed
rails server

then visit

http://localhost:3000

로컬 환경에서 바로 실행해볼 수 있습니다.


📌 Server Requirements

Rails version 7 or newer is recommended.

Rails 7 이상 환경을 권장합니다.

🛠 Tech Stack

  • Ruby on Rails
  • MySQL / PostgreSQL / SQLite (any database supported by Rails)
  • HTML / CSS
  • JavaScript

📜 License

MIT License – completely free to use and modify

개인·상업적 사용 모두 완전히 자유롭습니다.

✍️ Author

Jedaeroweb

작성자 = 제대로웹

About

A lightweight order management system built with Ruby on Rails, designed for small shops and local businesses. This project focuses on simplicity and practicality. It provides only the core features needed to manage orders, without the complexity of a full POS system. The goal is to offer a clean, maintainable Rails application that can be easily

Topics

Resources

License

Stars

Watchers

Forks

Contributors