Skip to content

website to keep track of my volleybal exercises

Notifications You must be signed in to change notification settings

mielski/volleyapp

Repository files navigation

Dependencies

This project uses pipenv

installing dependencies locally

  • create a virtual env based on pipenv
  • open command prompt
  • pip install pipenv
  • pipenv install

setup environment

This application requires a mongodb server as backend. The connection to this server should be stored in the environment variable MONGO_URI

using docker

  • install docker for desktop
  • run the command docker run -p 27017:27017 --name mongo_trainings --pull missing mongo:latest
  • set the environment MONGO_SERVER=localhost:27017

Also, in pycharm the configuration .run/mongo_container.run.xml can be used as task before launch so that the container is always restarted automatically.

deployment actions azure

Create requirements.txt pipenv requirements > requirements.txt

About

website to keep track of my volleybal exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published