Skip to content

francosbenitez/psievidencia-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psievidencia-backend

Code and Resources Used

  • Main Technologies: Django, PostgreSQL, Django REST Framework

Live Demo

Running Locally

  1. Clone this repo
  2. cd into this repo
  3. Create a python virtual environment: python -m venv venv
  4. Activate virtual environment: source venv/bin/activate
  5. pip install -r requirements.txt
  6. python manage.py runserver