Giter Site home page Giter Site logo

collinmutembei / iv Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.14 MB

phedit - modern photo editing web application

Home Page: https://phedit.herokuapp.com

License: MIT License

Python 50.27% HTML 21.82% JavaScript 9.41% CSS 18.50%
django drf pillow collinmutembei

iv's Introduction

Build Status Coverage Status Code Issues

A picture is worth a thousand words - English idiom

Phedit is a modern photo editing application that lets you express yourself through pictures. Users can upload images to Phedit and apply any of the close to a dozen effects. The edited images can be shared to facebook or twitter through a public url. To view what other people have shared as well as share your edits on twitter use the hashtag #phedited

Depedencies

Phedit is built using the following technologies:

Installation

To setup Phedit locally follow the following instructions:

1 . Clone the repo and navigate to the project directory

$ git clone https://github.com/collinmutembei/IV.git && cd IV

2 . Install the project dependencies

$ pip3 install -r requirements.txt

3 . Create a database called phedit and configure the following environment variables

export SECRET=classified
export DATABASE_URL=postgres://<db-username>:@127.0.0.1:5432/phedit

4 . Run the projects migrations and initialize the projects data

$ python3 manage.py migrate
$ python3 manage.py loaddata init-data.json

5 . Start the server for the project

$ python3 manage.py runserver

6 . Open http://127.0.0.1:8000 on your favorite web browser

Running tests

To run the projects' tests

$ python3 manage.py test

License

Copyright ยฉ 2016 - Collin Mutembei

This project is licensed under the terms of the MIT license.

iv's People

Contributors

collinmutembei avatar dependabot[bot] avatar stickler-ci avatar

iv's Issues

:whale: Dockerize

Setup project to be easily ran leveraging docker.

๐Ÿ”ง

  • Prefer alpine based image

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.