Skip to content

sujeet14108/open-event-orga-server

 
 

Repository files navigation

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.

About

Open Event Orga Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 91.7%
  • Python 4.7%
  • HTML 2.9%
  • Other 0.7%