Skip to content

birbant/golden_sample

Repository files navigation

GOLDEN SAMPLE

Introduction

Derived from my personal experience gained in Quality Management in injection molding industry I made simple application for management of golden samples. Consider context od keeping golden sample as a sample reference which is crucial for approving further production orders.

An approved prototype, also known as a Golden Sample, is a model provided by your manufacturer prior to full-scale production. It serves as an exemplar of your desired product, meeting all specified quality criteria.

Requirements

#create a virtual environment for application libriaries in Windows OS:
#add Python interpreter
#activating hermetic environment

venv\Scripts\activate
pip  install  -r  requirements.txt
pip  list

Check: tutorial venv as well as: djangoproject

Technologies used for making Golden Sample App:

  • Python
  • Django
  • HTML
  • CSS
  • Bootstrap
  • reCAPTCHA

Installation

Steps required to install and run the project locally.

  1. Clone the repository:

    https://github.com/birbant/golden_sample
  2. Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  3. Install required dependencies:

    pip install -r requirements.txt
  4. Perform database migrations:

    python manage.py migrate
  5. Run the development server:

    python manage.py runserver
  6. Run golden sample app

    # Access from browser or use curl
    curl 127.0.0.1:8000/

Usage

The application is designed to facilitate the management of user golden samples. Its features include:

Contributions

Any additional contribution to the project, such as reporting bugs, proposing new features, etc. is more than very welcome. Please contact me regarding your observations, suggestions and comments.


Current version of Golden Sample needs to be treated as base - let's call it v1 - in development of this particular concept with rather quite large room for improvement.

About

Golden Sample Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published