abhishekg785 / open-event-webapp

Open Event Webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Event Webapp

The Open Event Web App is a web application that can generate event websites by getting data from JSON files and media files, that are stored in a compressed zip file. You can also access the application through a Rest API. Websites that are generated by the "web app generator" can be uploaded to any web location, e.g. on Github pages or any server (e.g. via ftp).

Build Status Heroku Dependencies Codacy Badge Code Climate codecov Gitter

Installation/Deployment

How do I install it locally

To install it locally please refer to the Installation readme.

How do I install it on a server

To install it on a server please refer to the Installation readme.

How do I install it with Docker

To install loklak with Docker please refer to the Docker installation readme.

How do I deploy it with Heroku

Deploy

Usage

NOTE: You can try out the app at https://opev-webgen.herokuapp.com

The development version is available here: https://opev-webgen-dev.herokuapp.com

Via the Generator web form

Generator Screencast

  • Add your email id, name of app (name of event),

  • Then upload the zip file that contains all JSON files for speakers, sessions, sponsors, event, tracks and locations (These you should get from an orga-server or through the API after you have created your event there).

  • Now when you click on GENERATE APP and DOWNLOAD button, you'll get to download a zip of the event website.

Via REST API.

See documentation about REST API here

Maintainers

The project is maintained by

LICENSE

OpenEvent Webapp - A webapp and it's generator, written under the FOSSASIA Open Event project. The Open Event project aims to make server and client software required for hosting events/conferences easy to build and configure.

Copyright (C) 2016, FOSSASIA

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Open Event Webapp

License:GNU General Public License v3.0


Languages

Language:HTML 42.2%Language:JavaScript 41.0%Language:CSS 16.7%