Sekundarni povzetek: |
To develop a system, we must first plan the architecture, choose technologies and set up a development environment, which can take a lot of time. Our application simplifies this process, because it allows us to create relational, non-relational databases and templates in Django environment. With that, we can setup our desired database, or start developing a system, which will run on the basis of the constructed scheme.
Development took place in two parts, the design of the front-end and back-end, which communicate with each other. The final product enables users to create databases using interfaces, depending on their type. With that, we can generate SQL and NOSQL statements, and also generate Django templates, which represent starting projects. To use them, we need Docker system, through which we can set up and run our system, with the "docker-compose up" command. |