Skip to content

Latest commit

 

History

History
63 lines (56 loc) · 1.77 KB

README.md

File metadata and controls

63 lines (56 loc) · 1.77 KB

BLOOM

Table of contents

About

Social media application. After registration user can browser other users and add them to friends. Each user can upload photos and view photos of other users. Admin has ability to remove users' accounts from app.

Tech Stack

  • Docker
  • JavaScript
  • PHP
  • HTML
  • CSS
  • PostgreSQL

Requirements

Installation

  • Run docker compose up command in main project folder
  • Import data from dummy.sql to database
  • Access application at localhost:8080

Screenshots

Login page

login login mobile

Register page

register register mobile

Main page

main page main page mobile

Upload photo page

upload page upload page mobile

Search page

search page search page mobile

Admin page

admin page admin page mobile

Friends page

friends page friends page mobile

Friends photos page

friends photos page friends photos page mobile

Invites page

invites page invites page mobile

ER Diagram

er diagram