Skip to content

The Ultimate Form Generator, to easily generate application forms, surveys and more. (No longer being maintained!)

Notifications You must be signed in to change notification settings

guoyu07/excavator

 
 

Repository files navigation

excavator

Circle CI

ULTIMATE FORM GENERATOR uses the MEAN framwork.

excavator

CLI

# run locally
./excavator [admin|manager] [create|delete|list|reset-password] ...

# run in a running backend container
docker exec -it excavator_backend_1 ./excavator [admin|manager] ...

Test

# install and start mongod, then
# run these commands to start testing:

npm install
npm test

# manually do tests

alias mocha='./node_modules/mocha/bin/mocha'
mocha [-w|--watch] [some-file-test.js] [-g|--grep 'grep']

# run tests in container
make test

About

The Ultimate Form Generator, to easily generate application forms, surveys and more. (No longer being maintained!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.2%
  • HTML 16.8%
  • CSS 1.7%
  • Other 1.3%