Simple users service for noted app.. Check out the project's documentation.
This repo contains the service for users in noted app. It practically means that it is a service that is being use to manage user registration and authentication through JSON Web Tokens.
This project was started with a cookiecutter template from gh:agconti/cookiecutter-django-rest
which comes with a set of libraries for creating REST APIs with Python and Django:
- Python
- Django
- Django Rest Framework
- Postgres
- Docker
- And more :D
If you want to see the full list please go ahead and read the requirements.txt
file where you can find all the used dependencies.
Start the dev server for local development:
docker-compose up
Run a command inside the docker container:
docker-compose run --rm web [command]
Distributed under the MIT License. See LICENSE
for more information.
Jesus Alvarez - in/alvarezjesus - alv.mtz94@gmail.com
Project link: https://github.com/jsgilberto/noted-users-service