Skip to content

A Flask-based web application for managing users and products with full CRUD operations

Notifications You must be signed in to change notification settings

PostboxRetinal/MiniWebApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Run application

Start and SSH into Vagrant VM

vagrant up
vagrant ssh servidorWeb

Run the webApp

cd /home/vagrant/webapp
export FLASK_APP=run.py
/usr/local/bin/flask run --host=0.0.0.0

About

A Flask-based web application for managing users and products with full CRUD operations

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 35.1%
  • HTML 34.4%
  • Python 26.4%
  • Shell 4.1%