Skip to content

basic functionalities covered with flask, ninja templates

Notifications You must be signed in to change notification settings

Raghavendarlokineni/welcome-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Welcome page covered with basic functionalities using Python flask and ninja templates

This will help to understand the basic concepts of Flask and how to handle the requests from the web-page with help of Ninja2 and HTML templates.

Folder Structure:

database.py - handles the database creation login.py - core of this module, handles all the web requests

static - folder which contains the CSS styles, they are taken from open source Bootstrap.com

templates - contains all the templates

Execution:

"python login.py" will run the application. By default it works with local host IP : 127.0.0.0:5000

Description:

-----connecting your relations -----

It allows users to register in the website and helps to add their family members details under same family name and can also view the same. Further planning to add options for family pictures, videos.

About

basic functionalities covered with flask, ninja templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published