Web portal for ASUC OCTO's Hermione, a computer vision project.
- Initiate MongoDB using
mongod
or to use seeded data runmongod --dbpath=.
in the data folder. - Install Node Modules using
npm install
- Run
npm run build
followed bynpm run start
to initiate the server on localhost:3000
- Uses bootstrap as well as material-ui for the front end
- Platform: node
- Framework: express
- Template Engine: jade
- CSS Preprocessor: css
- JavaScript Framework: react
- Build Tool: webpack
- Database: mongodb
- Authentication: google,email
Uses MegaBoilerPlate