Skip to content

In this application, you can find a simple flask template along with the basket system, admin panel, user login processes.

Notifications You must be signed in to change notification settings

erkamesen/Flask-CartSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flaskr - User Login & Register - Cart System

In this application, you can find a simple flask template along with the cart system, admin panel, user login processes.

Install & Usage

  • Clone the repository
git clone https://github.com/erkamesen/Flask-CartSystem.git
  • Change Directory
cd ./Flask-CartSystem/

Without Docker

  • Set your own virtual environment
python3 -m venv venv

Linux & MacOS

source venv/bin/activate

Windows

.\venv\Scripts\activate
  • Install dependecies
pip3 install -r requirements.txt
  • Run server
python3 app.py

With Docker

  • Build your image
docker build -t <image_name> .
  • Run image
docker run -p 8000:8000 <image_name>

About

In this application, you can find a simple flask template along with the basket system, admin panel, user login processes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published