Code Monkey home page Code Monkey logo

memesocial's Introduction

memesocial project

Build Status

You say memesocial?

memesocial.com is a web platform for sharing memes (this is a fancy way of saying a social network).

Why does memesocial exist

Well I like memes so I said why not creating a social network just for memes.

Getting started

Start by clonning the repo:

mohamed@host:~/$ git clone https://github.com/mohamed-aziz/memesocial.git

I suggest that you create a virtual environment using virtualenv and activating it.

mohamed@host:~/memesocial$ virtualenv venv_dev/
mohamed@host:~/memesocial$ source venv_dev/bin/activate

Then you need to install the python packages (I use pip and you should also).

(venv_dev)mohamed@host:~/memesocial$ pip install -r requirements.txt

(Don't use requirements_dev.txt that's the packages I use for python development in Emacs.)

Now you can run the development web server using:

(venv_dev)mohamed@host:~/memesocial$ python manage.py runserver

Gunicorn and gevent are also installed if you want to go official and use em (someone needs to write a wrapper around gunicorn so we can run the production server using that flask script)

Testing memesocial

I have written some tests for the API, you can run them using py.test.

(venv_dev)mohamed@host:~/memesocial$ py.test memesocial/tests/

What needs to get done

There is lots of work that needs to be done:

  • We need lots and lots of work on the frontend and the design.

  • We need to write some code on top of fabricjs that allows the users to create memes on the fly.

  • We also need to improve my algorithms for user leaders suggestion and the news feed.

  • We need some sort of trie algorithm to make a fast search feature?

Built with

Author

Contributors

  • Add your name here

How to contribure?

You have to fork the repo, make your changes and then make a pull request.

I suggest checking pep8 compliance with :

(venv_dev)mohamed@host:~/memesocial$ python manage.py pep8

You could fix them automatically with autopep8 using:

(venv_dev)mohamed@host:~/memesocial$ python manage.py autopep8

License

This project is licensed under the GPLV3 see LICENSE file.

Acknowledgments

memesocial's People

Contributors

realazizk avatar

Watchers

James Cloos avatar

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.