Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 992 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 992 Bytes

talkly

Build Status

This is just a small pet project of mine, aiming for small developer teams who like to gather talk suggestions, rate on them, comment on them and add slides to them once the talk has been held.

what the first version should deliver:

  • authentication/authorization mechanism (e.g. Datebase and LDAP)
  • anyone can
    • add new suggestions
    • vote on suggestions
    • comment on suggestions
  • after a talk is selected and performed, they can be
    • archived
    • slides added

As said before: this is not meant for everyone and far from stable. But if you like the idea and like to contribute or use it, go ahead.

technologies used:

  • zurb foundation 5
  • symfony
  • doctrine orm
  • reactjs

Development Setup

git clone https://github.com/tolry/talkly.git
cd talkly
cp .env.dist .env
docker-compose up -d
./container make init
yarn install
yarn start