Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mcardillo55/imagesite

image uploading site (imgur clone)
https://github.com/mcardillo55/imagesite

Last synced: 11 days ago
JSON representation

image uploading site (imgur clone)

Awesome Lists containing this project

README

        

# imagesite
This is an image uploading site based off of the popular site [Imgur](https://www.imgur.com). It uses Django 1.8, JQuery and Bootstrap.

## Installation
**Python 2 ONLY**
#### Install requirements
`pip install -r ./requirements.txt`
#### Initialize DB & make migrations
`python ./manage.py migrate`
#### Run dev server
`python ./manage.py runserver`