Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Releases: GDGVIT/Project-Hades

Redefined Authorisation

21 Sep 00:02
Compare
Choose a tag to compare

Organizations added

10 Sep 23:36
Compare
Choose a tag to compare

Beta testing at Developer 101

developer-101

no-auth

03 Jun 20:16
a805f5d
Compare
Choose a tag to compare
no-auth Pre-release
Pre-release

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