Skip to content

naves-thiago/fotos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fotos

A simple photo gallery project intended to help organize and locate photos efficiently.

Development

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.

Environment setup

Requirements: Python 3, pipenv and npm

Backend:

cd backend
pipenv install --dev
pipenv run flask db upgrade

Frontend:

cd frontend
npm i --also-dev

Running

Start the backend dev server:

cd backend
pipenv run bash ./run.sh

Start the frontend dev server:

cd frontend
ng serve

With both servers running, navigate to http://localhost:4200

About

Photo Gallery Webapp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors