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

no-auth

Pre-release
Pre-release
Compare
Choose a tag to compare
@L04DB4L4NC3R L04DB4L4NC3R released this 03 Jun 20:16
· 250 commits to master since this release
a805f5d

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