Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knid/drf-user-auth-api
A simple dockerized user auth service with django-restframework
https://github.com/knid/drf-user-auth-api
container django django-rest-framework docker drf postgresql rest-api restful-api
Last synced: 20 days ago
JSON representation
A simple dockerized user auth service with django-restframework
- Host: GitHub
- URL: https://github.com/knid/drf-user-auth-api
- Owner: knid
- License: mit
- Created: 2022-06-25T16:59:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T19:29:03.000Z (over 2 years ago)
- Last Synced: 2024-10-10T19:34:22.720Z (about 1 month ago)
- Topics: container, django, django-rest-framework, docker, drf, postgresql, rest-api, restful-api
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drf-user-auth-service
A simple dockerized user auth service with django-restframework
## Quick start with Docker
----
```bash
git clone https://github.com/SinanKanidagli/drf-user-auth-api.git
```### Development
```bash
docker-compose -f docker-compose-development.yml up
```