/user-microservice-django

This is a microservice that represents the users of the application

Primary LanguagePython

Download do projeto

git clone https://github.com/churros-py/user-microservice-python.git

Acessar o diretório do projeto

cd user-microservice-python

Inicialização do ambiente virtual

python -m venv venv && source venv/bin/activate

Iniciar o servidor local (estará disponível na no endereço http://127.0.0.1:8000 ou localhost:8000)

python manage.py runserver