/vegetation

Simple Django app to help you manage your vegetation

Primary LanguagePythonMIT LicenseMIT

Vegetation

Simple Django app to help you manage your vegetation

Installation

  1. Create a virtual environment
    python3 -m venv venv
  2. Activate the virtual environment
    source venv/bin/activate
  3. Install the requirements
    pip install -r requirements.txt
  4. Run the migrations
    python manage.py migrate
  5. Run the server
    python manage.py runserver

TODO

  • Add email notifications (possibly using APScheduler)
  • Add user authentication
  • Add tests
  • Add CI/CD
  • Add Dockerfile
  • Add Docker-compose
  • Add Postgres support
  • Add swagger documentation