Skip to content

This is a simple web application that I made as an example. There are many things that I would like to add and improve in this project.

Notifications You must be signed in to change notification settings

AxelRudz/Home-Sweet-Home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Sweet Home

status status

This is a simple web application that I made as an example. There are many things that I would like to add and improve in this project.

Requirements

  • python3
  • virtualenv

How to run locally (on Linux)

$ virtualenv -p python3 venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ export FLASK_ENV=development
$ export FLASK_APP=run.py
$ flask run

To quit the virtual environment you must execute:

$ deactivate

Estructure of the proyect

helpers           # Module used for aux functions
models            # Model (MVC)
resources         # Controllers (MVC)
templates         # View (MVC)
db.py             # Database instance
__init__.py       # App instance and ruting

About

This is a simple web application that I made as an example. There are many things that I would like to add and improve in this project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published