The project implements very simple flask project - with authentification on session, list of users, creation of new user, deletion of users, editing user profile, search form for users, simple cart for all users.
The data is stored in cookies.
- Python >=3.11
- pip >= 19
- poetry >= 1.2.0
- Clone git repo:
git clone git@github.com:Abra19/first_flask.git
- Go to directory first_flask:
cd first_flask
- Configuring
poetry
to create a virtual environment:poetry config virtualenvs.in-project true
- Create virual environment and Install dependencies
make install
- Run on dev server
make start_dev
For application's test
Login: tota
Password: password123