bok bok bekah
dropzone.js
is used to create the drop zone and customizationMaterialize.css
is used to style /form
Bootstrap Tables
are used for /table
/table
, Express pulls data from mongodb and sends it to the table; jade renders it for variable size/length.multer
to store files on disk. This will auto-generate new names to prevent collisionsGridFS
to store files/form
and fills out the form. The form has two submitting portions - the file and the general info. The file must be submitted first,
and should be a resume/image, etc. This file must be of image/*
or application/pdf
type./uploads
, and return the name used to store the image./table
. The table is sortable and there will be a pdfreader so resumes can be read. npm install mongodb
mongodump
mongorestore --db BlackHawk dump/BlackHawk/documents.bson
brew services start mongo
brew services stop mongo
brew services restart mongo
mysql.server start
node bin/www