Skip to content

nnocturnnn/java-py-pixelizator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pixelizator

Description:

Ucode project: develop web-app Pixelizator. It allows you to pixelate images, apply different filters and download results.

Django

How To Setup

  1. Clone This Project git clone
  2. Go to Project Directory cd pixelizator && cd python
  3. Create a Virtual Environment python3 -m venv env
  4. Activate Virtual Environment source env/bin/activate
  5. Install Requirements Package pip install -r requirements.txt
  6. Create Migration python manage.py makemigrations
  7. Migrate Database python manage.py migrate
  8. Finally Run The Project python manage.py runserver

Java

How To Setup

  1. Clone This Project git clone
  2. Go to Project Directory cd pixelizator && cd java
  3. apply maven wrapper: mvn -N io.takari:maven:wrapper
  4. build: ./mvnw clean package
  5. run server: ./mvnw tomcat7:run