Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.98 KB

File metadata and controls

21 lines (15 loc) · 1.98 KB

EventManager Build Status Requirements Status HitCount Maintenance

What is EventManager? forthebadge made-with-python

EventManager is the newest social network. Combining event attendees and creators's needs, EventManager gives everyone the possiblity to be part of a better event experience.

Installation

Install docker, docker-compose and git. Then do the following:

  • git clone https://github.com/EventManagerTeam/EventManager
  • cd EventManager
  • Add your info in the .env and .env.mysql files, that can be found in docker/startup/envs.
  • For generating a secret key use Django Secret Key Generator - https://www.miniwebtool.com/django-secret-key-generator/.
  • sudo docker-compose up

And you have EventManager up and running :)

Also, you can check the demo for the project at socialeventmanager

The following project was developer as diploma work by Karina Kozarova (@karinakozarova), student at ELSYS, Bulgaria.