diff --git a/README.md b/README.md index fec94e5..5613182 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,9 @@ Your friendly manager of attendees at an event. EventMan will help you handle your list of attendees at an event, managing the list of registered persons and marking persons as present. Main features: -- quickly mark a registered person as an attendee. -- easy way to add a new person, if it's already known from a previous event. -- fast and simple way to add a completely new person. -- it's easy to import EventBrite CSV files. +- quickly mark a registered person as an attendee +- easy way to add a new person, if it's already known from a previous event or if it's a completely new person +- can import Eventbrite CSV export files - RESTful interface - ability to run triggers to respond to an event (e.g. when a person is marked as attending to an event) @@ -59,6 +58,11 @@ Authentication By default, authentication is required; default username and password are *admin* and *eventman*. If you want to completely disable authentication, run the daemon with --authentication=off +Demo database +============= + +In the *data/dumps/eventman\_test\_db.tar.gz* you can find a sample db with over 1000 fake persons and a couple of events to play with. Decompress it and use *mongorestore* to import it. + License and copyright ===================== diff --git a/data/dumps/eventman_test_db.tar.gz b/data/dumps/eventman_test_db.tar.gz new file mode 100644 index 0000000..9f5fa55 Binary files /dev/null and b/data/dumps/eventman_test_db.tar.gz differ