Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wencakisa/mashup
Mashup is a social network for events.
https://github.com/wencakisa/mashup
cloudinary django events materializecss social-network
Last synced: about 11 hours ago
JSON representation
Mashup is a social network for events.
- Host: GitHub
- URL: https://github.com/wencakisa/mashup
- Owner: wencakisa
- License: mit
- Created: 2017-06-10T08:19:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T01:47:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T01:41:45.541Z (over 1 year ago)
- Topics: cloudinary, django, events, materializecss, social-network
- Language: Python
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![forthebadge](http://forthebadge.com/images/badges/made-with-python.svg)](http://forthebadge.com)
[![forthebadge](http://forthebadge.com/images/badges/ages-18.svg)](http://forthebadge.com)
[![Heroku](https://heroku-badge.herokuapp.com/?app=mashup-platform&style=flat)](http://mashup-platform.herokuapp.com/)![Logo](https://raw.githubusercontent.com/wencakisa/mashup/master/static/images/mashup_logo.jpg)
# mashup
**mashup** is a social network for events. You can plan upcoming events easier than ever.
## Tech
* [Django](https://github.com/django/django) - A really nice high-level Python web framework
* [materialize-css](https://github.com/Dogfalo/materialize) - CSS Framework based on Material design.
* [Cloudinary](https://github.com/cloudinary/pycloudinary) - Cloud service used for delivering images via CDN## Getting started
How to copy this project to your local machine and run it:
1. Download a copy from GitHub:
```
$ git clone https://github.com/wencakisa/mashup.git
$ cd mashup/
```2. Setup Django requirements:
```
$ pip3 install -r requirements.txt
$ python3 manage.py makemigrations
$ python3 manage.py migrate
```3. Create a superuser:
```
$ python3 manage.py createsuperuser
```4. Run the tests:
```
$ python3 manage.py test
```5. Run the server:
```
$ python3 manage.py runserver
```### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.