Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angad-k/kilogram
https://github.com/angad-k/kilogram
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/angad-k/kilogram
- Owner: angad-k
- Created: 2020-03-14T07:14:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T19:16:01.000Z (about 2 years ago)
- Last Synced: 2023-03-11T04:07:51.516Z (almost 2 years ago)
- Language: PHP
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KiloGram - The Ultimate(or maybe not-so-ultimate) Instagram clone
So you ask how to get this ultimate instagram clone up and running on your PC?? Look no further!
- Clone the repository to your PC
- To set up the composer :
`curl -s https://getcomposer.org/installer | php`
`sudo mv composer.phar /usr/local/bin/composer`
- To install dependencies and dump autoload
``
``
- In the config folder, there's the *config.php* file. Edit it according to your DB settings.
- Use the schema included in the config folder to set up the database.---
# Usage
- Log in page is hopefully self-explanatory
- After that, the page you are greeted with is the main page and the bottom panel is your main bet to navigate anywhere.
- The clock icon below shall show the most recent posts on your feed.
- The fire icon shall show the trending/most liked posts on your feed.
- The plus icon let's you upload photos.
- The avatar icon shall show you your posts and also let you change your username and display picture.---