Skip to content

A simple web application to create, fill and manage surveys

Notifications You must be signed in to change notification settings

jerthiry/Inquire

Repository files navigation

Inquire

inquire

A web app to create, fill and manage surveys online.

Created by Jérôme Thiry (@jerthiry) & Rémy Vermeiren (@rvermeiren)

Installing the app

You will need Node.js before starting.

Then, clone this repo in the folder of your choice.

$ git clone https://github.com/jerthiry/Inquire
$ cd Inquire

Then install the dependencies. npm will take care of it.

$ npm install

Run Inquire

After that, all there is left to do is start the app !

$ npm start -- <mongodb_password>

The app is then available on localhost:3000.

inquire

The app is only available on localhost for now.