Skip to content
/ anee Public

Anee is simple track manager for sharing tracks and photos

License

Notifications You must be signed in to change notification settings

anee/anee

Repository files navigation

Build Status PRs Welcome SecurityHeaders.io

Anee is place for sharing tracks and photos. I develop Anee in my free time and for non-commercial using.

ScreenShot

Reference

Anee (https://github.com/anee/anee) - create test users

User getting started

Interface tries to be intuitive. Just register and try it yourself. If you dont know anything do not be shy to contact me.

Dev getting started

  git clone [email protected]:anee/anee.git
  cd anee
  sh init.sh
  # create manually database with name `anee`
  php ./www/index.php orm:schema-tool:create
  sh clean.sh

API

Reporting bugs

If something is wrong, use feedback form in application or if you think that it's bug you can report issue here or if you know how fix that you could send pull request.