Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new fullstack template (react+express) and support template options #1038

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

senko
Copy link
Collaborator

@senko senko commented Jun 27, 2024

The new template:

  • uses react with tailwind css and shadcn components on the frontend (using vite dev server)
  • uses node/express backend with an optional sql (via prisma) or mongodb (via mongoose) database backend
  • has optional authentication support (frontend and backend)

To support this, the PR also refactors the template engine to allow for separate template selection, architectural details selection, template configuration/summarization as well as ground work for future multiple templates support.

@senko senko marked this pull request as draft June 27, 2024 16:21
@senko senko marked this pull request as ready for review June 27, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant