Skip to content

rolexardon/Transparencia

Repository files navigation

Transparencia

Proyecto de Transparencia Sistema de Encuestas

Prerequisites

Django Python

Features

  • Django-based backend

  • Frontend app(webapp) with Bootstrap & JavaScript

    • Latest JavaScript features from ES2015 and beyond, transpiled with Bootstrap

Usage

To use this project, first ensure that you have Python and Django installed.

Then install(recommended) Pipenv 2020.6.2 available.

After that, you should:

  1. Install the requirements of the project template by running
    pipenv install
    
  2. Activate the virtualenv created by pipenv:
    pipenv shell
    
  3. Navigate to the directory where you'd like to create your project:
    cd ...
    
  4. Run the app
    python manage.py runserver 0.0.0.0:8000
    

About

Proyecto de Transparencia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published