Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.28 KB

Open-Event 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.

Stack

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

Demo version

Go to demo version

Chat open event orga-server

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

License

This project is currently licensed under the GNU General Public License v3. A copy of LICENSE.md should be present along with the source code. To obtain the software under a different license, please contact FOSSASIA.