Git Product home page Git Product logo

typesafecon's Introduction

TypesafeCon

Server side of the mobile application commissioned by Typesafe

TypesafeCon is an application for conference attendees to visualize content and sessions related to the Typesafe Stack (Scala, Akka and the Play! Framework), while interacting with other enthusiasts around them.

Built by Tindr in collaboration with Magnetic Bear Studios

Running TypesafeCon

To install and run TypesafeCon you need to have the Typesafe Stack installed, and follow these steps:

1. Clone this repository
2. Install Postgres (If you prefer a different DB make sure to change the application.conf accordingly)
3. Create a typesafecon DB user with a new database called typesafecon
4. Rename conf/private.conf.sample to conf/private.conf and edit it to reflect your DB, Pusher and Email credentials.
5. Make sure ImageMagick is installed on your system by running convert. If it is not, use your preferred installation method.
6. To verify the installation, cd to the project root and run sbt test. All tests should run successfully.
7. Hack away!

If you use Eclipse or Idea, you’ll have to run the proper sbt target to generate project files, as those are not checked into the repository.

Playground

The playground area is merely a placeholder for you to play with. It consists of a simple view (playground.scala.html) and a trivial controller method in the Application controller (Application.playground).

We want you to play with the code, and add any features you’d like. The playground is just the easiest place to throw some quick stuff at. You could, for example, calculate some stats and show them in the playground view, grab event or speaker data and do some fun stuff with it. As long as you respect the users’ privacy, anything goes.

And, when you have something to show, contribute to the repo…

Contributing to TypesafeCon

Since we’re dealing with private data, any contributions will be made through pull requests.

Just send us any commits you have, and we’ll take a look. If your changes are safe and fun for everyone, we’ll publish them ASAP!

Links

The mobile app repositories are available here (TODO)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.