Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 690 Bytes

File metadata and controls

20 lines (15 loc) · 690 Bytes

ravekult is an online event aggregator focusing on events with electronic, experimental and rave music.

We stand for building a community on open information, hosted on open-source technologies

Work in progress

  • Aggregate information from different closed online sources into a single open calendar.
  • Manage channels on the major social platforms by using information from our aggregated source.
  • Editors pick and weekly content posts

Technologies

Back-end

  • The aggregation service and API are built with Python 3.7
  • Webapp runs on a Flask WSGI framework
  • DB runs on SQLite with SQLalchemy ORM.

Front-end

  • HTML generated by Jinja2
  • CSS compiled by SCSS
  • JS