Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 694 Bytes

FastAPI-Auth-CRUD

This is for learning purposes on creating a CRUD app using FastAPI and VueJS

docker build --rm -t myimage .
docker run -d --name mycontainer -p 8000:8000 myimage docker rmi $(docker images -f "dangling=true" -q) ---- Deletes docker images that has the none tag

docker build --rm -t frontend . docker run -it -p 8080:8080 --rm --name frontend-app frontend

depoly to heroku heroku git:remote -a {your-project-name} git push heroku main or git subtree push --prefix server heroku main

Deployment link https://github.com/RNubla/FastAPI-Auth-CRUD/deployments/activity_log?environment=github-pages

Redirection for github pages https://github.com/rafgraph/spa-github-pages