/surveywebsite

Primary LanguageJupyter NotebookMIT LicenseMIT

survey

This repository contains the website which will collect data from users for the chat bot. User needs to go through authentication and then are allowed to put question(s) and answer(s).

This is a node js application where ejs has been used as the templating engine.

To run the project locally one needs to create .env file and use the varaibles declared in .env.example.

To install the dependencies:
yarn
yarn start will start the server and one can open the browser and type localhost:8080/ to view the live application