A simple E-commerce website using Flask.
- Python3
- Flask
- Sqlite
- Set up database by running database.py (Or you can reuse existing database included in the repo)
- Run main.py
- Enter localhost:5000 in the browser
- Install pipenv (python3 -m pip install --user pipenv)
- Install dependencies (pipenv install --dev)
- Setup database (pipenv run python database.py)
- Run the server (pipenv run python main.py)
- Enter localhost:5000 in the browser
Sample credentials present in existing database: Username - sample@example.com Password - sample