Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.