Skip to content

Commit

Permalink
changed code generator for UI update (#35)
Browse files Browse the repository at this point in the history
* code generator changes for updated ui

* changes in codegenerator for ui update

* changes in codegenerator for ui update removed key
  • Loading branch information
Keval545 authored Dec 18, 2024
1 parent 0fb054c commit 3c3177e
Show file tree
Hide file tree
Showing 31 changed files with 1,808 additions and 777 deletions.
3 changes: 2 additions & 1 deletion CodeGenerator/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"NoCodeAppGenerator": {
"commandName": "Project",
"environmentVariables": {
"PARAMETER": "{project_id:1,server:localhost,uid:1,username:root,password:,databaseName:splitthebill,script:http://localhost/split_app_script.sql,statusOfGeneration:null,projectName:ContentPlannerTest,DBexists:No,port:3306,rabbitMQConn:amqp://user12345:12345@localhost:5672/,redisConn:localhost:6379,password=12345,apiflowurl:,fronttemplateurl:,Technology_Frontend:,Backend_technology:dotnet,buttonClicked:generate,projectType:,swgurl:,noderedurl:null}",
"PARAMETER": "{project_id:1,server:localhost,uid:1,username:root,password:,databaseName:dataroom,script:http://localhost/dataroom.sql,statusOfGeneration:,projectName:DataRoomApp,DBexists:Yes,port:3306,rabbitMQConn:https://localhost:5001/v1/api/,redisConn:localhost:6379,password=yourredispassword,apiflowurl:,fronttemplateurl:,Technology_Frontend:reactts,Backend_technology:,buttonClicked:generate,projectType:dnd,swgurl:,noderedurl:}"

},
"remoteDebugEnabled": false
}
Expand Down
Loading

0 comments on commit 3c3177e

Please sign in to comment.