Skip to content

An Online Medicine Shop Website created with Flask as framework in Python and Neo4j Graph-Store Database.

Notifications You must be signed in to change notification settings

projjal1/Online-Medicine-Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-Medicine-Shop

An Online Medicine Shop Website created with Flask as framework in Python and Neo4j Graph-Store Database.

Features

We have tried to implement a EDI marketplace B2C inteface along with EDI generated Invoice systems.

  • List Items on site.
  • Automated Generation and store invoice.
  • Material UI.

Tools Used

The following tools were used in our project.

  • Flask to host our Server.
  • PyInvoice to generate invoices.
  • Neo4j No-Sql graph-store database.

Database

The backup of our database is in the folder

db-dump
One can backup the dump file using load command from
neo4j-admin load --from= "dump-path" 

Run Project

Install Python and install packages: Flask, PyInvoice via Pip. Then run project using

python app.py
Project will run at https://localhost:8000

About

An Online Medicine Shop Website created with Flask as framework in Python and Neo4j Graph-Store Database.

Topics

Resources

Stars

Watchers

Forks