Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yagua/bookstore_api
Bookstore REST API built with Django
https://github.com/yagua/bookstore_api
Last synced: about 2 months ago
JSON representation
Bookstore REST API built with Django
- Host: GitHub
- URL: https://github.com/yagua/bookstore_api
- Owner: Yagua
- Created: 2022-07-28T21:50:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T03:23:43.000Z (about 2 years ago)
- Last Synced: 2023-03-11T20:02:13.728Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 269 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bookstore REST API
Bookstore RESTFull API built with Django
#### Main Dependencies
- Django
- Django Rest Framework
- Elasticsearch
- Djoser
- JWT
- Mariadb#### Run Project
The project can be easily run using project's Docker files (docker must be
installed)```bash
# in the root project directory
$ docker-compose up --rebuild
```- Once the containers are running, the django app will be available on
`[::]:8000` - `(http://0.0.0.0:8000)`
- Elasticsearch service will be available on port `9200`
- Mariadb service will be available on port `5200`### TODOS
- Write tests for all components in the apps
- Consider implementing signals to create profile and shoopping carts in user
objects