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

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

senko
Copy link
Contributor

@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
@LeonOstrez LeonOstrez merged commit 0923e54 into main Jul 2, 2024
6 checks passed
@LeonOstrez LeonOstrez deleted the more-templates branch July 2, 2024 11:22
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.

2 participants