Skip to content

nohoa/open-event-server

Repository files navigation

Open-Event Organiser Server

This server which will manage all the data of the event. Backed by a database, it provides API endpoints to fetch the data, and also to modify/update it.

The database can be a sqlite db file or saved in json itself.

The schema for the database is provided here

The data is provided over the API endpoints as described here

Getting Started

Type vagrant up to start a new virtual machine running the server. This requires having Vagrant installed.

Proposed Stack

  • Database - Postgres
  • Webserver - Nginx
  • App server - uwsgi
  • Web framework - flask (particularly flask-admin)

Join the chat at https://gitter.im/fossasia/open-event-orga-server

About

The Open Event Organizer Server to Manage Events https://api.eventyay.com | http://open-event-api.herokuapp.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.8%
  • HTML 2.0%
  • Shell 1.1%
  • Other 0.1%