Final project for Information and Database Systems, a custom Django frontend to interact with the Southern Sierra Wildflower Club 2019 database. Functionalities include:
- Querying the DB
- Updating the DB
- Inserting into DB
- User login
- SQL Statement Sanitization
- Image search + association with query
- Update Log created from triggers
- Indexed entries in the SIGHTINGS table
- Install Python
- Install pip
- Install Django
- Run
py manage.py runserver
(Windows) orpython3 manage.py runserver
(Unix)