Coder Social home page Coder Social logo

simis00873 / dynamicforms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from knehez/dynamicforms

0.0 1.0 0.0 1.36 MB

Angular 7 - dynamic reactive forms generated from typeorm entities

JavaScript 1.74% TypeScript 82.25% HTML 13.71% CSS 2.30%

dynamicforms's Introduction

Angular 7 - Dynamic Reactive Forms directly from TypeORM models

This project demonstartes how to generate Angular7+ dynamic reactive forms and CRUD tables, directly from typeORM models.

Creates tables and reactive forms for data handing

diagram

Automatic ER diagram

diagram

Prerequistences

  • mySQL server

Installation steps

  • clone repository
  • npm install
  • Check ormconfig.json and set your DB connections details
  • Run db migration npm run migration
  • start client: npm run start
  • start backend: npm run gulp backend

Database migration scripts

  • Generate new migration: npm run generate-migration -- -n <migration_name>
  • Run migrations: npm run migration
  • Revert the last migration: npm run revert-migration

dynamicforms's People

Contributors

knehez avatar aron123 avatar azitrea avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.