Skip to content

This is a full-stack supermarket management website built with Robyn (Python) and React. It supports distinct cashier functions (e.g., transaction processing) and manager features (e.g., inventory and analytics), offering a scalable, responsive solution.

Notifications You must be signed in to change notification settings

SvitlanaLormanUA/Supermarket-Zlagoda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supermarket-Zlagoda

This is a full-stack implementation for the supermarket's website.

run the application

Firstly, run npm install and make sure you have a 'concurently' package installed.

Then run 'npm start'

  • To run ONLY backend -- go to backend folder and run "python server.py"
  • To run ONLY frontend - go to frontend folder and run "npm start"

env

To run the application your .env.local file should look like this:

DB_LINK # place a local link to the database
SECRET_KEY="2$53423$@#23423" # you can place any key u wish. Be mindful since it's used for hashing!
ALGORITHM = "HS256"

login

You can find pre-made accounts in /backend/database/first_accounts.py . Use the email and password to regitster. If u are a manager, you will be able to add new employees (cashiers)

About

This is a full-stack supermarket management website built with Robyn (Python) and React. It supports distinct cashier functions (e.g., transaction processing) and manager features (e.g., inventory and analytics), offering a scalable, responsive solution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •