/dynamic-form-generation

Allows a user to dynamically create a form, and storing form data in a DB

Primary LanguageTypeScript

DynamicFormGeneration

This monorepo-style project was generated with Angular CLI and NestJs CLI. This tool helps users generate dynamic forms, and save the form template data to a DB. The user can create multiple forms and enable/disable validation. Simple login will be implemented as well.

Requirements

  • node v12
  • yarn

Installation

Run yarn from the root folder. This will take care of installing the packages at the root level and package level.

Running

Run yarn <package name> to run either the client or the server

TODOS

  • add concurrently to run frontend and server with 1 command
  • add user login functionality
  • add user registration functionality
  • add basic page to create a form