Skip to content

nickward13/BookJournalPy

Repository files navigation

BookJournalPy

This project is a Python Flask web app for recording a book journal. It uses an Azure Cosmos DB data store and is intended to be deployed to Azure using the main.bicep file in the azure folder.

Virtual Environment

In addition to cloning the repo, a Python virtual environment is set up as per the Flask installation instructions

mkdir BookJournalPy
cd BookJournalPy
python3 -m venv venv
. venv/bin/activate

Python Packages

The project requires the following Python packages:

    pip install Flask
    pip install azure-cosmos

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors