chrilves / gospeak

A platform to help meetup organizers and speakers grow together

Home Page:https://gospeak.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gospeak

CircleCI Codacy Badge Codacy Badge

Social links: @GospeakApp

Finally an app to help meetup (or small conference) orgas and speaker to fulfill their goal.

On the organizer side, they can create a group (like a meetup group) and then manage their events, CFPs and even sponsors. Gospeak can publish a nice group page with the group details and history (events, talks, sponsors...).

On the speaker side, they can create some talks and submit them to existing CFPs in the platform in a few clicks. They can keep track of all their proposals and publish a nice page about them, containing their speaker history and their current talks.

Organizers can look at public talks and ask to the speaker for a proposal, this can be a very nice opportunity for groups to find speakers but also for speakers to have more opportunities.

Finally, Gospeak will also gather a list of external CFPs (like big conferences) so speakers can find them easily.

We really believe that public speaking is an awesome experience and we hope more and more people will do it. One of the Gospeak goal is to help everybody try public speaking and help them in the way.

If you have any idea or suggestion about that, we will be happy to discuss it with you, feel free to reach us at contact@gospeak.io or @GospeakApp

Dev

Getting started

  • install a scala environment
    • jdk 8
    • sbt
    • scala (intellij)
  • clone the repo
  • launch sbt run
  • open http://localhost:9000

If you enconter a Metaspace error, try to give sbt more memory using: sbt -mem 2048 run

Troubleshooting

  • run coverage: sbt clean coverage test coverageReport coverageAggregate && xdg-open target/scala-2.12/scoverage-report/index.html

Notes

About

A platform to help meetup organizers and speakers grow together

https://gospeak.io

License:Apache License 2.0


Languages

Language:Scala 54.9%Language:HTML 19.8%Language:JavaScript 12.6%Language:CSS 10.4%Language:TypeScript 1.5%Language:TSQL 0.8%