Git Product home page Git Product logo

meetupslides's Introduction

What is Meetupslides?

Meetupslides is a web app that facilitates sharing of presentations in software meetups.

Where can I see it?

http://meetupslides.com

Tell me more

A lot of experts present awesome stuff at meetups. The slides are usually not shared with the users. Meetupslides tries to solve this problem. Users can upload their presentations, source code, links, contact info. Users will be able to search for various presentations and access them easily.

Contributing to this repo

This is an interesting application built using Flask (an awesome python micro framework), Redis, Twitter bootstrap, amazon S3 and is hosted on heroku.

Who can contribute?

  • Anyone
  • Developers interested in working/learning with python, Flask
  • Front end engineers who want to play with twitter bootstrap
  • Graphic designers

Ensure you have python, pip, virtualenv, redis installed on your machine.

$ which python
$ which pip
$ which mkvirtualenv
$ which redis-server

Installing redis: http://redis.io/download

$ mkvirtualenv meetupslides
$ git clone [email protected]:t20/meetupslides.git
$ cd meetupslides
$ pip install -r requirements.txt

You may want to run redis server on a different tab.

$ redis-server 

To run the application

$ python meetup_slides.py

If you need help with getting the dev environment up and running, please feel free to contact me via meetupslides.com/contact.

meetupslides's People

Contributors

bharadpath avatar kageiit avatar madanthangavelu avatar t20 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

meetupslides's Issues

Add Search to site

Add category/tags to each slide.
Search by keywords.

To do: research redis search

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.