Skip to content

jserrape/dss-pharmacy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pharmacy managing project

This repository corresponds to the server of the project.

The mobile app that connects to it can be seen on the @xenahort's repository.

Deploy URL

The server is automatically deployed in the following URL after each commit on GitHub.

https://dss-pharmacy.herokuapp.com/

Deploy locally

If the server is down or you choose to deploy the project locally,

  • Clone the repository and move to the root directory
  • Execute pip3 install -r requirements.txt
  • Execute python3 src/server/server.py
  • Go to localhost:80

Bear in mind that you have to change the variable debug on each HTML page from false to true.

Showcase video

Documentation

Basically, the server will return JSON messages under HTTP petitions on the /rest/$(resource) route, being those resources.

  • Orders
  • Pharmacies
  • Products
  • Users
  • Shopping cart

Further documentation can be seen on the following link.

Persistance

The persistance of the project is made using MySQL on the PaaS ClearDB.

Diagrams

Class diagram

About

Pharmacy manager web prototype developed in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 49.7%
  • HTML 49.6%
  • Other 0.7%