A simple photo gallery project intended to help organize and locate photos efficiently.
This project is in an early stage of development. Frontend uses Angular 13 and Angular Material. Backend uses Python 3 with Flask, SQLAlchemy and Marshmallow.
Requirements: Python 3, pipenv and npm
Backend:
cd backend
pipenv install --dev
pipenv run flask db upgradeFrontend:
cd frontend
npm i --also-devStart the backend dev server:
cd backend
pipenv run bash ./run.shStart the frontend dev server:
cd frontend
ng serveWith both servers running, navigate to http://localhost:4200