Skip to content

rolexardon/pulpe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published