Skip to content

ortoledanoo/devops360-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps360 – Application Code

🚀 What is this project?

This is a modern, secure web application built with FastAPI that demonstrates a complete user authentication and profile management lifecycle using a suite of AWS services. It's an excellent reference for learning how to integrate Python web apps with a secure, production-ready AWS backend.

⚙️ Setup & Run

  1. Clone the repo and enter the directory.
  2. Create a virtual environment:
    python3 -m venv venv
    source venv/bin/activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. (Optional) Update configuration in main.py:
    • If your AWS resources have different names or are in a different region, update the configuration variables at the top of main.py.
  5. Run the app:
    python main.py
  6. **Open your browserv and go to http://localhost:8000.

About

This is The Application Code of DevOps 360 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors