migromarj / PhotEye

Project carried out in the subject IISSI2. Responsive photography website developed with html, css and javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhotEye

Responsive photography website developed with html, css and javascript.

Running PhotEye locally

Prerequisites

The following items should be installed in your system:

  • Python 3.10 or newer

  • MariaDB

  • HeidiSQL

    • It must have a connection that has permission to perform all actions (EXECUTE, SELECT, ...), that has 'iissi_user' as user and 'iissi$user' as password, creating a database, got the following query:
    CREATE DATABASE PhotEyeDB;
    USE PhotEyeDB;
    
  • Silence 1.2.4

    • To install it, once you have python, run the following command on the command line:
    pip install Silence==1.2.4
    
  • git command line tool (https://help.github.com/articles/set-up-git)

Steps:

On the command line:

git clone https://github.com/migromarj/PhotEye.git
cd PhotEye
silence createdb
silence run

Visit http://localhost:8080 in your browser.

Web images

Website home page without being logged in Photo uploaded by a user User profile Website home page while logged in Publish photo form User account information

About

Project carried out in the subject IISSI2. Responsive photography website developed with html, css and javascript.


Languages

Language:Python 100.0%