SYSC-4806-Project / SYSC4806_Project

3 stars 1 forks source link

SYSC4806_Project - Mini Survey Monkey

The Mini Survey Application, is meant to mimick the Survey Monkey application by allowing users to create surveys, and have other users fill them out.

This project is done by:

Links

CircleCi: https://app.circleci.com/pipelines/github/SYSC-4806-Project/SYSC4806_Project/35/workflows/6dddec6a-da92-438a-844c-9262283fe742/jobs/40 \ Repository: https://github.com/SYSC-4806-Project/SYSC4806_Project:

Process to test the project

Note. this application cannot be run without ocnfiguring the associated MongoDb database

  1. Open a terminal, and run "npm install". then run "npm start" after install is done.
  2. Open a new terminal, cd to the client folder, and run "npm install". then run "npm start" after install is done.
  3. Now, the project website will pop up.
  4. You can create survey by cliking the button "create survey".
  5. after you create surveys, you can go back to the main page, then select the button "view surveys".
  6. the last survey in the bottom is the latest created survey.