Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egor-doroshenko/gallery-php
Web-site with registration and authorisation, profiles, photo uploads, comments and subscribes (PHP).
https://github.com/egor-doroshenko/gallery-php
Last synced: 9 days ago
JSON representation
Web-site with registration and authorisation, profiles, photo uploads, comments and subscribes (PHP).
- Host: GitHub
- URL: https://github.com/egor-doroshenko/gallery-php
- Owner: egor-doroshenko
- Created: 2021-07-06T07:53:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T08:00:41.000Z (over 3 years ago)
- Last Synced: 2024-08-01T13:36:41.627Z (3 months ago)
- Language: PHP
- Size: 301 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gallery-php
Web-site with registration and authorisation, profiles, photo uploads, comments and subscribes (PHP).This is code of my pet-project. I created it to train my PHP and MySQL skills.
On this site users can create a profile, where will be shown info, avatar and all pictures, uploaded by user.
Also user with profile can to subscribe on any another profiles and watch it's publications (like in Instagram etc).
Users can leave a comments under any photo on site.All of this functions realised with MySQLi - there is some tables (for users, pictures, comments, etc).