Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 1.54 KB

readme.md

File metadata and controls

75 lines (57 loc) · 1.54 KB

FamePhoto

Famephoto is a social media platform where people can create their profile ,share photos,albums and discover others people.People can visit other user profile,can view their public albums and photos. Users can keep their photos and albums as private. ,

Live

Live: https://fame-photo.web.app/

Backend: https://inneedcloud.pythonanywhere.com/api/photos/

Tech Stack

Reactjs, React Router, ContextAPI, Bootstrap, Python, Django, Django RestFramework

Features

  • Login/Register
  • Open feed page with all public pictures
  • Album page with all open albums
  • User page with all registered users
  • Profile Page with all photos and albums
  • single photo view
  • single album view
  • authorize users can update,delete their albums
  • user can upload photo with captions
  • user can select album
  • user can create a new album
  • user can hide a album
  • user can update their profile information
  • full responsive flexiable user interface,etc

Upcomming features

  • User following functionality
  • like and comment functionality
  • chating functionality
  • social network authentication
  • more.....

To Startup Application

To start

git clone https://github.com/icerahi/FamePhoto.git

cd FamePhoto
cd backend
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
>>>username
>>>email
>>>password

React

React

cd frontend
npm i
npm run build

Run Application

python manage.py runserver

;/ Kysa laga? ;/