Skip to content

vedintech007/photo-album

Repository files navigation

Photo Storage App

This project is an inspiration from google photos

Getting Started

Prerequisites

First clone the repository from Github

You can use any other way of creating a virtual env if you are familiar with venvs

  • pip install pipenv
Run this to install dependancies `pip install -r requirements.txt`
Activate and migrate project
  • pipenv shell
  • python manage.py makemigrations
  • python manage.py migrate
Create django superuser
  • python manage.py createsuperuser
    • Fill in the fields to create a superuser Passwords are invisble
You can now run the development server

About

My personal google photos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published