Skip to content

Sample app to allow adult day care facilities to remain connected with their customers during the pandemic.

Notifications You must be signed in to change notification settings

romulomanzano/olden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Olden

Sample app to allow adult day care facilities to remain connected with their customers during the pandemic.

Backend

Technologies

  • Python3.7 + Flask

DB

Mongo DB

Creating a local development environment

Python3.7 Environment

  • Create a virtual env
    • Upgrade pip
    • Install pip-tools: pip install pip-tools
    • If requirements-dev.txt and requirements.txt file not generated, run:
      • pip-compile requirement-dev.in
      • pip-compile requirements.txt
    • Run:
      • pip install -r requirements-dev.txt
      • pip install -r requirements.txt
    • Run:
      • pre-commit install

Server deployment

Hosted on render.com. Use the below build command:

pip install wheel && pip install --upgrade pip && pip install -r requirements.txt

Stack:

  • Flask
  • Gunicorn

Frontend

  • VueJs + Javascript

Relevant API SaaS integrations

Secret Management

Deployment

Both frontend and backend services are containerized and deployed via https://render.com

About

Sample app to allow adult day care facilities to remain connected with their customers during the pandemic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published