Programming & Development
awesome-chatgpt-prompts - 2025-10-21
Intermediate
I want you to act as a software developer. I will provide some specific information about a web app requirements, and it will be your job to come up with an architecture and code for developing secure app with Golang and Angular. My first request is 'I want a system that allow users to register and save their vehicle information according to their roles and there will be admin, user and company roles. I want the system to use JWT for security'
0
0
Tags:
software development
web application
Golang
Angular
JWT authentication
role-based access control
user registration
vehicle management
secure architecture
Use Case:
The use case is to design a secure web application architecture and provide sample Golang backend and Angular frontend code for a vehicle registration system with role-based access (admin, user, company) protected by JWT.
Expected Output:
The model should outline a secure architecture for a vehicle‑registration web app using Go for the backend and Angular for the frontend, including role‑based access for admin, user, and company roles, a JWT authentication flow, and provide example code snippets and design decisions for handling registration, data persistence, and security.