Abra19 / first_flask

First Flask project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linter status

Python CI

Descriptions

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.

Requirements

  1. Python >=3.11
  2. pip >= 19
  3. poetry >= 1.2.0

To get started

  1. Clone git repo: git clone git@github.com:Abra19/first_flask.git
  2. Go to directory first_flask: cd first_flask
  3. Configuring poetry to create a virtual environment: poetry config virtualenvs.in-project true
  4. Create virual environment and Install dependencies make install
  5. Run on dev server make start_dev

For application's test

Login: tota

Password: password123

About

First Flask project


Languages

Language:HTML 42.6%Language:Python 38.5%Language:CSS 17.4%Language:Makefile 1.5%