Skip to content

cuappdev/volume-microservice

Repository files navigation

volume-microservice

Python 3.9.2

A project by Cornell AppDev, a project team at Cornell University.

Populates MongoDB collections for use with volume-backend

Installation

Clone the project with

$ git clone https://github.com/cuappdev/volume-microservice.git

and install dependencies with

$ pip install -r requirements.txt

Managing Environment

We recommend using direnv and venv for managing Python virtual environments.

Set environment variables in the .envrc file outlined in the .envrctemplate file.

Then follow these steps.

  1. $ pyenv local 3.9.2 to create a .python-version file
  2. $ direnv allow . to enable direnv to use the .envrc file

This should automatically enable a virtual environment when opening the directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published