Summary
Full Transcript
Code - https://github.com/campusx-official/fastapi-demo-api Notes: https://learnwith.campusx.in/s/store/courses/YouTube%20Notes Instructions: 1. create an EC2 instance 2. Connect to the EC2 instance 3. Run the following commands a. sudo apt-get update b. sudo apt-get install -y docker.io c. sudo systemctl start docker d. sudo systemctl enable docker e. sudo usermod -aG docker $USER f. exit 4. Restart a new connection to EC2 instance 5. Run the following commands a. docker pull tweakster24/insurance-premium-api:latest b. docker run -p 8000:8000 tweakster24/insurance-premium-api 6. change security group settings 7. Check the API 8. Change the frontend code Advanced Course: https://learnwith.campusx.in/courses/FastAPI-6873cb2075f40c2715c809fe My Notes: https://learnwith.campusx.in/products#nav_bar ============================ Did you like my teaching style? Check my affordable mentorship program at : https://learnwith.campusx.in DSMP FAQ: https://docs.google.com/document/d/1OsMe9jGHoZS67FH8TdIzcUaDWuu5RAbCbBKk2cNq6Dk/edit#heading=h.gvv0r2jo3vjw ============================ đ± Grow with us: CampusX' LinkedIn: https://www.linkedin.com/company/campusx-official Slide into our DMs: https://www.instagram.com/campusx.official My LinkedIn: https://www.linkedin.com/in/nitish-singh-03412789 Discord: https://discord.gg/PsWu8R87Z8 E-mail us at [email protected] âTime Stampsâ 00:00 - Recap 04:48 - Steps for Deployment 18:40 - Outro
