Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ax3effect/mb-test
https://github.com/ax3effect/mb-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ax3effect/mb-test
- Owner: Ax3Effect
- Created: 2019-12-14T18:34:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T00:01:45.000Z (8 months ago)
- Last Synced: 2024-10-31T07:27:45.659Z (about 2 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moberries-test
# Local Development
Start the dev server for local development:
```bash
docker-compose up
```Run a command inside the docker container:
```bash
docker-compose run --rm web [command]
```Run tests:
```bash
docker-compose run --rm web python manage.py test pizza
```API Endpoints:
```
"customers": "http://45.32.238.102:8000/api/v1/customers/",
"menu": "http://45.32.238.102:8000/api/v1/menu/",
"orders": "http://45.32.238.102:8000/api/v1/orders/"
```