An open API service indexing awesome lists of open source software.

https://github.com/quequeo/bistrobytes

Restaurant Management System
https://github.com/quequeo/bistrobytes

Last synced: 8 months ago
JSON representation

Restaurant Management System

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