Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/mcardillo55/imagesite
- Owner: mcardillo55
- Created: 2016-07-08T09:51:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T01:12:01.000Z (about 2 years ago)
- Last Synced: 2024-10-29T07:40:16.547Z (about 2 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`