Skip to content

revolko/vegetation

Repository files navigation

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

About

Simple Django app to help you manage your vegetation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors