ezegonmac / Proyecto-curso-IISSI2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proyeto Curso IISSI2

This is my first developed web app πŸ€“

Photography social network web app where you can create your own user for uploading your own photos using hashtags and more πŸ“Έ

You can interact with other users, following, commenting or rating their photos πŸ§‘πŸ»β€πŸ€β€πŸ§‘πŸ» Also there is a trending section where you can find the most influential users on the app πŸ“ˆ

Responsive and interactive web using HTML, CSS and JS. Built with Silence, a python framework for building APIResful webs. MariaDB database.

Home

Photo Details

User Profile

Login

Dependencies

  • Python 3.10 or newer
  • MariaDB
  • HeidiSQL
  • Silence Framework 1.2.4 (pip install Silence==1.2.4)

Getting Started

1- Install the dependencies

2- Create the database with the following query:

CREATE DATABASE iissi2_project;

3- HeidiSQL must have a conexion with 'iissi2_project' as user and 'iissi2' as password. Must have permission to perform all actions (EXECUTE, SELECT, ...) on the database.

4- Populate the database and run the app with the following commands:

silence createdb
silence run

Now open http://localhost:8080 in your browser to see the result.

More Screenshots

About


Languages

Language:Python 100.0%