Skip to content
Snippets Groups Projects
Forked from HCI / project_cresendo
41 commits behind the upstream repository.
user avatar
Jay authored
9cb31b82
History
user avatar 9cb31b82
Name Last commit Last update
backend
frontend
https:
.DS_Store
README.md

Capstone Feedback project

  • Frontend

    • Using React
    • It just have a basic functions such as giving feedbacks and see it by clicking 'history' button.
  • Backend

    • Node.js, Mongo DB
    • Download MongoDB compass to see the data passed directly.
  • To run frontend

    • cd to 'frontend' directory and run 'npm i' in the terminal. After installed, run 'npm start'. Make sure you are in the right directory.
  • To run backend

    • cd to 'backend' directory and run 'npm i' in the terminal. After installed, run 'nrpm run dev' to connect the web to the server.