mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add express, automated mongodb atlas setup, fix stack architech
This commit is contained in:
@@ -26,6 +26,11 @@ export async function getDatabaseChoice(
|
||||
label: "PostgreSQL",
|
||||
hint: "Traditional relational database",
|
||||
},
|
||||
{
|
||||
value: "mongodb",
|
||||
label: "MongoDB",
|
||||
hint: "NoSQL document-oriented database",
|
||||
},
|
||||
],
|
||||
initialValue: DEFAULT_CONFIG.database,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user