Skip to content

Required Project for CSE470: A website for making medicine and supplement order easy thought responsive web interfaces.

Notifications You must be signed in to change notification settings

asimbaidya/pharma-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26aa47f · Apr 30, 2024

History

43 Commits
Mar 19, 2024
Apr 25, 2024
Apr 30, 2024
Apr 24, 2024
Mar 19, 2024
Mar 3, 2024
Mar 3, 2024
Apr 25, 2024
Mar 3, 2024
Apr 20, 2024
Mar 3, 2024
Mar 3, 2024

Repository files navigation

pharma-plus

Tentative Features List for Medicine Delivery Dystem

  • 0.1 Flask Project structured flowing(enforcing) MVC pattern
├── models // => M
│   ├── other.py
│   ├── product.py
│   └── user.py
├── templates // [View] => V
│   ├── about.html
│   ├── components
│   │   ├── flash.html
│   │   ├── layout.html
│   │   ├── nav.html
│   │   └── user-admin.html
│   ├── home.html
│   ├── login.html
│   ├── product-add.html
│   ├── product-browser.html
│   ├── product.html
│   ├── register.html
│   ├── search.html
│   └── user.html
├── controllers // [+router] => C
│   ├── pharma_plus.py
│   ├── products.py
│   ├── search.py
│   └── users.py

Setup(once)

# 1. Clone repository
git clone https://github.com/asimbaidya/pharma-plus.git
# 2. Create virtual environment using pipenv and login to it
pipenv shell
# 3.  Install the dependencies
pipenv install
# 4. Create tables and populate with dummy data(add more dummy data)
python3 dummy-data-generator/main.py
# 5. Install node dependencies
npm install

running(two terminal instances/tab/etc)

# 6. Run tailwind watcher
npm run tailwind
# 7. Run the server

python3  run.py

About

Required Project for CSE470: A website for making medicine and supplement order easy thought responsive web interfaces.

Topics

Resources

Stars

Watchers

Forks

Languages