A check-in web application for 1:1 laptop distribution made with NodeJS.
1to1CheckIn uses MongoDB v3.2 for all backend data storage. More info on installing MongoDB here. To import data, run the following command:
mongoimport --db distribution --collection dist --type csv --headerline --file /path/to/file.csvTo install packages, run this command from the root of the project directory:
npm installThe application runs on port 1337 by default, and can be changed in the app.js file. To start, run the command:
node app.js