Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 287 Bytes

reto_lilab

How to run:

Backend:

  • pip install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver

Frontend:

  • npm install
  • npm start

Features:

  • Authentication using JWT.