#Testgen-web
Testgen web acts as a web-frontend for running the testgen test suite
The backend is written in Node.js using Express.js and MongoDB
The frontend uses jQuery and bootstrap
##Prerequisites
- Testgen cli tool
clangfor compiling C source code. To use GCC- Node (Tested with 0.10.x)
- A MongoDB instance with a database called
Testgen
##Setup
-
Clone the repo
git clone https://github.com/asthas/Testgen-web -
Setup the Testgen cli tool
-
Copy the Testgen files inside the root of the Testgen-web folder
-
Install the node dependencies
npm install
##Run
npm start
#GCC
To use the gcc compiler instead of clang, simply change clang in this line to gcc
- Astha Sharma - a@astha.me