magz99 / dynamic-form-generation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 79.9%Language:HTML 11.7%Language:JavaScript 7.4%Language:SCSS 0.6%Language:Shell 0.4%