Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask_CalculationWizard

Flask_CalculationWizard is a web application developed using the Flask microframework for Python. This project provides a user-friendly platform for user registration, login, and data management. User authentication information and user-specific data are stored in JSON files.

Features

  • User Registration and Authentication:

    • Users can register with a unique username and password.
    • Secure authentication ensures authorized access.
  • Data Management:

    • Manage personal data, including first name, last name, PESEL, birth date, and order information.
    • CRUD functionality: Add, edit, and delete user data.
  • Session Handling and Logout:

    • Secure management of user sessions.
    • Users can log out to ensure data privacy.
  • Flash Messages:

    • Real-time feedback during registration, login, and data management operations.
  • JSON Data Storage:

    • User authentication details and data records are stored in JSON files.
  • Dynamic Table Display:

    • User data presented in a dynamically generated table.

Usage

Installation

  1. Clone the repository:

    git clone https://github.com/VermiNew/Flask_CalculationWizard
    cd Flask_CalculationWizard
  2. Install dependencies:

    pip install -r requirements.txt

Running the Application

  1. Run the Flask web server:

    python app.py
  2. Access the application in your web browser: http://localhost:5000/

Dependencies

  • Flask

Contributing

  1. Fork the repository.

  2. Create a new branch for your feature:

    git checkout -b feature-name
  3. Commit your changes:

    git commit -m 'Add new feature'
  4. Push to the branch:

    git push origin feature-name
  5. Open a pull request.

Issues

Report any issues or suggest improvements by creating a new issue.

Badges

License: MIT Batch Python Stable Release Contributor Friendly GitHub Issues GitHub Stars

License

This project is licensed under the MIT License.

About

FlaskWebsite_UserData is a web application developed using the Flask microframework for Python. The primary focus of this project is to provide a user-friendly platform for user registration, login, and data management. The application utilizes JSON files to store both user authentication information and user-specific data.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages