Survey for students about their knowledge & interest of the participation councils of the Amsterdam University of Applied Sciences. This repo consists of a client with the survey-page and a server to process and save the results.
First clone the repository and navigate to the client or server directory. Then follow the installation steps for the client and the server.
To install the client dependencies use:
npm install
To build the client files in the dist folder type:
npm run build
If you want to run the server with npm, then use:
npm run serve
To install the server run:
go install studentsurvey/server
To run the server:
go run server.go