GithubHelp home page GithubHelp logo

toni-sm / python-flask-website-skeleton Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 182 KB

Web site skeleton with user autentication and accounts creation

Python 33.67% Batchfile 0.77% Shell 0.63% CSS 6.63% JavaScript 11.86% HTML 46.44%

python-flask-website-skeleton's Introduction

PYTHON FLASK WEBSITE SKELETON

Web site skeleton with autentication and accounts creation

  • Running over Python Flask microframework
  • Database abstraction layer with Flask-SQLAlchemy
  • Automatic creation of the database and its tables (if not exist)
  • User session management with Flask-Login
  • Account management page for create and remove users
  • Visual design and implementation of login/logout

Instructions

Project dependencies

Install the necessary dependencies from Python Command Line

$ python -m pip install Flask Flask-SQLAlchemy Flask-Login

or from pip3 tool

$ pip3 install Flask Flask-SQLAlchemy Flask-Login

Start the development server

Start the development server and browse to http://localhost:80

$ python run.py

Optionally you can execute the file run.bat in Windows or run.sh in Linux respectively

Notes

  • You can change the current port of the development server or another parameters in the file config.py (root folder)
  • The default values for the Username and Password is admin in both cases. You can change this in the file config.py (root folder)

python-flask-website-skeleton's People

Contributors

toni-sm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.