https://github.com/rafat97/django-rms
https://github.com/rafat97/django-rms
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafat97/django-rms
- Owner: Rafat97
- Created: 2021-11-16T09:11:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T09:25:29.000Z (over 3 years ago)
- Last Synced: 2025-01-24T17:17:05.582Z (4 months ago)
- Language: Python
- Size: 399 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Django-RMS




# AboutCompany needs internal service for its’ employees which helps them to make a decision on lunch place. Each restaurant will be uploading menus using the system every day over API and employees will vote for the
menu before leaving for lunch.# Features
| Api Features | Completed |
|------ |:--------: |
| Authentication | ✅ |
| Creating restaurant | ✅ |
| Uploading menu for restaurant | ✅ |
| Creating employee | ✅ |
| Getting current day menu | ✅ |
| Voting for restaurant menu | ✅ |
| Getting results for the current day. The winner restaurant should not be the winner for 3 consecutive working days | ❎ |
| Logout | ✅ |# High level Architecture
## Application Architected

## Entity Relationship

## Django Apps Relationship

# Installation
1. Clone the project
```bash
$ git clone https://github.com/Rafat97/Django-RMS
```2. Go to the project directory
```bash
$ cd Django-RMS
```3. Run docker commend
```bash
$ docker-compose up -d --build
```After completing the docker creation the django application will run on -
```bash
$ http://localhost:9080/
```# Some Screenshots
## Swagger
## ReDoc
## Django Admin Dashboard
# Contributed
| | |
| ----------- | ----------- |
|  | `Name:` Emdadul Haque
`Email:` [email protected]
`Website :` https://rafat97.github.io/
`Github:` https://github.com/Rafat97
`Linkedin:` https://www.linkedin.com/in/emdadul-haque-173131139/ |