Web-based wildlife tracking application geared toward the Anchorage, AK metro area. Allows users to view recent wildlife sightings reported by other users. Users submit sighting reports using a simple control pad interface. Their geolocation is automatically submitted if the browser allows geolocation data access.
View a working prototype at: https://kyleluoma.com/mooze
Currently operates on a standard LAMP stack. Requires a PHP-enabled web server with MySql. Update dbconnect.php with local database login information to access your MySQL database.
[TODO: Add installation instruction link to build a LAMP stack]
[TODO: Add installation instructions.]
Start with a LAMP (Linux, Apache, MySQL, PHP) Run /sql/create_tables.sql in MySQL to create mooze schema and sightings table Update /php/CRUD/dbconnect.php with local database information
- Recommend creating username with privileges limited to insert/update access.
Give the example
And repeat
until finished
End with an example of getting some data out of the system or using it for a little demo
Use CRUD_test_driver.php to test PHP CRUD script interaction with the database.
Give an example
## Deployment
Add additional notes about how to deploy this on a live system
## Built With
* [PhpStorm]IDE Used
## Contributing
Fork or clone to make contributions and submit a PR.
## Versioning
## Authors
* **Kyle Luoma** - *Initial work* - [KyleLuoma](https://github.com/KyleLuoma)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Code For Anchorage team