Tada List is a simple Todo List made with Node, Express, MongoDB, and Vue. https://tada-prototype.herokuapp.com/
- Install Node and npm
- Run
npm install
in the root folder - Run
npm install
in theclient
folder - Run
npm build
in the client folder - In the root
.env
set values for
NODE_ENV=development
PORT=4050
mongouser=[user]
mongopass=[pass423]
mongocluster=[cluster0]
DOMAIN=[localhost:8080]
AUTHCLIENTID=[gibberish]
AUDIENCE=localhost:8080
AUTH_DOMAIN=[domain segment].us.auth0.com
- Run
node server.js
in the root folder - Navigate to
localhost:4050