churros-py / user-microservice-django

This is a microservice that represents the users of the application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a microservice that represents the users of the application


Languages

Language:Python 94.3%Language:Dockerfile 5.1%Language:Shell 0.6%