younesbram / cims-digital-twin

Imagining Canada's Digital Twin project: a digital twin platform for Canada with login functionality, built using Node.js, MongoDB, and Auth0.

Home Page:https://cimsprojects.ca/CDT/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIMS - Digital Twin

clone to local folder,

in terminal : npm install

then: npm start

this will run it in NODE_ENV production mode. uses express compression middleware, and express auth0 openid-connect. runs on nodemon (for better versioning and development)

join localhost:3000 view website normally.

join localhost:3000/logintest

will be redirected to login -> redirected to /loginstatus

join localhost:3000/profile to see the profile

join localhost:3000/logout to logout

join localhost:3000/login to manually login

About

Imagining Canada's Digital Twin project: a digital twin platform for Canada with login functionality, built using Node.js, MongoDB, and Auth0.

https://cimsprojects.ca/CDT/

License:MIT License


Languages

Language:JavaScript 72.4%Language:HTML 20.1%Language:CSS 7.4%Language:Pug 0.1%