Skip to content

My project for Web and Software Architecture university course

License

Notifications You must be signed in to change notification settings

18xChris/WasaText

Repository files navigation

TODO

Docker commands:

docker build --no-cache -t backend:latest -f Dockerfile.backend . sudo docker run -it --rm -p 3000:3000 backend:latest

docker build --no-cache -t frontend:latest -f Dockerfile.frontend . sudo docker run -it --rm -p 8080:80 frontend:latest

font css: font-family: -apple-system,'Segoe UI';

About

My project for Web and Software Architecture university course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published