- Classic system of registration, login and logout and
- api rest Framework
- PostgreSQL 11
- Django 3.0
- rest framework
- HTML/CSS
sudo apt install python3-pip
sudo pip3 install virtualenv
git clone https://github.com/anapao07/user_authentication.git
cd user_authentication
virtualenv -p python3.8 userenv
source userenv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
http://0.0.0.0:8000/api/
http://0.0.0.0:8000/