Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```