Ucode project: develop web-app Pixelizator. It allows you to pixelate images, apply different filters and download results.
- Clone This Project
git clone
- Go to Project Directory
cd pixelizator && cd python
- Create a Virtual Environment
python3 -m venv env
- Activate Virtual Environment
source env/bin/activate
- Install Requirements Package
pip install -r requirements.txt
- Create Migration
python manage.py makemigrations
- Migrate Database
python manage.py migrate
- Finally Run The Project
python manage.py runserver
- Clone This Project
git clone
- Go to Project Directory
cd pixelizator && cd java
- apply maven wrapper: mvn -N io.takari:maven:wrapper
- build: ./mvnw clean package
- run server: ./mvnw tomcat7:run