Bringing the fun back into volunteering
Meetup + volunteering. A portmanteau of 'volunteer' and 'connoisseur'.
docker-compose up --build
More documentation can be found in each respective folder.
Default ports:
- admin:
10201
- accounts:
10202
- events:
10203
- fileserve:
10204
There exists seperate dbs in redis for different scopes:
- 0: Volunteer accounts
- 1: Clients
- 2: Events
- 3: Organiser accounts
{
"username" : String,
"name" : String,
"password" : String,
"bio" : String,
"score" : Number,
"events" : Array
}
{
"username" : String,
"name" : String,
"password" : String,
"bio" : String,
"score" : Number,
"events" : Array,
"organisation" : String
}
contact details?
{
"name" : String,
"description" : String,
"organisation" : String,
"organiser" : String,
"starttime" : Number,
"endtime" : Number,
"lat" : Number, (OPTIONAL)
"lng" : Number, (OPTIONAL)
"size" : Number, (OPTIONAL)
"max_participants" : Number, (OPTIONAL)
"picture" : String (OPTIONAL)
}
Start and end times stored as UNIX epoch time.