This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
Releases: GDGVIT/Project-Hades
Releases · GDGVIT/Project-Hades
Redefined Authorisation
v1.1 docs
Organizations added
no-auth
No-auth-release
This release has all of the binaries for the project without authentication and organization management. You can use it for a bare bone event application.
- Participant management
- Event management
- Coupon management
- Attendance management
- Guest management
- Event creation notification
- Analytics on event creation logs
No-auth was used for WomenTechies'19
hackathon by WTM-VIT and DSC-VIT
Steps for setup
- Download the binaries and place them under
./bin
- Setup
.env
and fill out variables from here - Download
docker-compose.yml
from the instructions - Run the following commands
$ docker-compose build
$ docker-compose up -d neo4j
$ docker-compose up -d
- Go to
localhost:7474
and setup neo4j credentials according to your env