https://github.com/quequeo/bistrobytes
Restaurant Management System
https://github.com/quequeo/bistrobytes
Last synced: 8 months ago
JSON representation
Restaurant Management System
- Host: GitHub
- URL: https://github.com/quequeo/bistrobytes
- Owner: quequeo
- Created: 2024-10-16T17:56:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T02:15:09.000Z (over 1 year ago)
- Last Synced: 2025-01-12T01:30:27.151Z (over 1 year ago)
- Language: Ruby
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ BistroBytes
BistroBytes is a modern restaurant management system built with Ruby on Rails API
## ๐ Features
- ๐ Restaurant, Menu, and Menu Item management
- ๐ Import data from JSON
- ๐ฅ User account system
- ๐ Advanced search functionality
## ๐ ๏ธ Tech Stack
- **Backend**: Ruby on Rails
- **Database**: PostgreSQL
## ๐๏ธ Setup
### Backend (Rails)
1. Navigate to the project directory:
```sh
cd bistrobytes
```
2. Install dependencies:
```sh
bundle install
```
3. Set up the database:
```sh
rails db:create db:migrate
```
4. Start the Rails server:
```sh
rails s
```
## ๐งช Testing
First run the data base migrations for test environment
```sh
rails db:test:prepare
```
Run the test suite with:
```sh
rspec
```
## ๐ค Contributing
Contributions, issues, and feature requests are welcome!
Project Link: [https://github.com/yourusername/bistrobytes](https://github.com/quequeo/bistrobytes)
## ๐ License
This project is licensed under the MIT License