Git Product home page Git Product logo

glamsage's Introduction

Glamsage with glam_haven :/

Requirements

  • Python 3.10
    • pipenv(look at Pipfile)
  • node/bun
    • npm(look at package.json)

how to Run?

  • compile tailwind
# tailwind using node(build once)
npm run build

# tailwind using node(watch mode if you intend to make changes)
npm run dev
  • install python dependencies
# create new virtual environment in current directory
pipenv shell

# install dependencies
pipenv install
  • initilize database
pipenv run python3 utils/database-init.py

above command should output this

admin table created
client table created
provider table created
service table created
post table created
payment table created
bkash_payment table created
review table created
review_like table created
reply table created
rating table created
report table created
notification table created
total_sale table created
  • run the server
pipenv run python3 app.py

overview

About Page with Brand Info Home Slide show Home page with user Post Servie Listing Responsive Search Page

Issue

  • image uploads are not secure as all images are saved in static folder
  • discount value is not calculated in a good way
  • because of paknami, maybe login breaks(I just messed up after building working login)
  • simple thing are implemented with complex way
  • there is some bug in pseudo bkash transaction as some part of it generated by AI :(

glamsage's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.