Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
/ WasaPhoto Public archive

Full-stack web application for photo sharing

License

Notifications You must be signed in to change notification settings

gabrimatx/WasaPhoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WasaPhoto

Web Application for sharing photos and interact with other users.

Install dependencies

In webui folder:

npm install

How to build container images

Backend

docker build -t wasa-photo-backend:latest -f Dockerfile.backend .

Frontend

docker build -t wasa-photo-frontend:latest -f Dockerfile.frontend .

How to run container images

Backend

docker run -it --rm -p 3000:3000 wasa-photo-backend:latest

Frontend

docker run -it --rm -p 8080:80 wasa-photo-frontend:latest

How to build for development

If you're not using the WebUI, or if you don't want to embed the WebUI into the final executable, then:

go build ./cmd/webapi/

If you're using the WebUI and you want to embed it into the final executable:

./open-npm.sh
# (here you're inside the NPM container)
npm run build-embed
exit
# (outside the NPM container)
go build -tags webui ./cmd/webapi/

License

See LICENSE.

About

Full-stack web application for photo sharing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published