Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1015 Bytes

README.md

File metadata and controls

50 lines (36 loc) · 1015 Bytes

Project Title

Sistema de facturación online, prototype

Built With

Python Django

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