This is a user login and registration app using Node.js, Express, Passport, Mongoose, EJS and some other packages.
$ npm install
or use
$ yarn install$ npm start
# Or run with Nodemon
$ npm run dev
# Visit http://localhost:5000Open "config/keys.js" and add your MongoDB URI, local or Atlas (Padeiro already edited this)
Check the app at
https://conversa-fiada.herokuapp.com/