A webapp to add tasks and have rewards from doing your tasks
create a config.js inside the backend directory, inside of config.js
Include: export const PORT = [yourportnumber] export const mongoDBURL = [yourmongodbURL]
have 2 terminals one inside motiraffle-react and do npm install making sure packages are updated and then npm run dev to start the front end. Have another terminal inside the backend directory and do npm run dev and make sure you see message "app connected to mongodb"