Application Designer is a powerful tool that allows you to quickly create, customize, and generate code templates for your software projects. Built with NestJS and React, this application simplifies the process of setting up a project, defining entities and properties for a database, and generating code templates in multiple programming languages.
-
Project Creation: Easily create new software projects with the necessary folder structure and configurations.
-
Entity and Property Management: Define your project's entities and their properties for your database schema.
-
Multi-Language Template Generation: Generate code templates in various programming languages, saving you time and effort.
Lien vers le site : appDesigner
- create a
.envfile in./backfolder (see./back/.env.examplefile)
- Run
docker-compose upin the root folder to start the application.
- Run
npm installin./backand./frontfolders to install dependencies. - Configure the DB server
- Run
npm run start:devin ./back folder. - Run
npm startin ./front folder.
