Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 385 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 385 Bytes

A Social Media App

A photo sharing app made with React and Django

Quick Start

Start server

cd server
python manage.py migrate # Run the migrations
python manage.py runserver

Start client

cd client
yarn dev
#or
npm run dev

The App

Photon.ShowCase.1.1.mp4