https://github.com/trco/events-marketplace
An open source Events Marketplace built with Django.
https://github.com/trco/events-marketplace
Last synced: 10 months ago
JSON representation
An open source Events Marketplace built with Django.
- Host: GitHub
- URL: https://github.com/trco/events-marketplace
- Owner: trco
- Created: 2018-10-24T20:02:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T20:56:09.000Z (about 5 years ago)
- Last Synced: 2025-02-24T05:46:50.297Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Events Marketplace
==================
An open source **Events Marketplace** built with Django.
Requirements
************
- Python 3.6+
- Django 2.0+
- Elasticsearch 2.4 + Java 8 (install through openjdk-8-jre-headless)
- Google Maps API key
Build index after adding the instances of indexed model::
$ python manage.py rebuild_index
Tests
*****
Elasticsearch should run for tests to pass::
Run Elasticsearch
$ cd elasticsearch-2.4.6/bin
$ ./elasticsearch
Check that Elasticsearch is running
$ curl -X GET 'http://localhost:9200'
Check the content of the index
$ curl -X GET 'http://localhost:9200/haystack/_search?pretty'