Skip to content
/ rei Public

REI Web Assistant is a comprehensive web application designed to streamline the management and interaction with various workplace environments.

Notifications You must be signed in to change notification settings

Thorns-H/rei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

๐ŸŒ REI Web Assistant

REI Web Assistant is a comprehensive web application designed to facilitate the management of a phone repair business. The application offers various features including price quotations, product information lookup, order management, and more. This project is built using Flask, a lightweight web framework for Python, and leverages Bootstrap for the front-end design.

Showcase (Updated 18/12/2024)

2024-12-18.17-31-48.mp4

Basic setup:

  • Clone this repository.
git clone https://github.com/Thorns-H/rei.git && cd rei
  • Using your SGBD (in this example im using mysql) create and import the database:
CREATE DATABASE new_database;
mysql -u username -p new_database < sql_source/database.sql

Database Diagram

  • You need to create a .env file with all your personal information to run the app, this is an example:
DB_HOST = YOUR_HOST
DB_USER = YOUR_USER
DB_PASSWORD = YOUR_PASSWORD
DB_NAME = YOUR_DATABASE
DB_PORT = YOUR_PORT (3306 by default)
FLASK_SECRET_KEY = YOUR_FLASK_KEY

Setting up the dependencies:

  • Linux:
python3 -m venv rei_venv
source rei_venv/bin/activate
pip3 install -r requirements.txt
  • Windows:
py -m venv rei_venv
source rei_venv/Scripts/activate.bat
pip install -r requirements.txt

Finishing this steps you can now run the app.py and log into the browser using DB_HOST:5050.

API's

About

REI Web Assistant is a comprehensive web application designed to streamline the management and interaction with various workplace environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published