Express admin dashboard is simple dashboard that include expressjs skeleton, login, signup, forgot password, send email, admin dashboard starter page that designed in bootstrap 4
download master.zip OR
in cmd,git clone https://github.com/iamdeveloper120/express-dashboard.git
cd express-dashboard
npm install
npm start
localhost:3000 OR http://127.0.0.1:3000
Following directory config/database.js
var defaultdb ='mongodb';
module.exports = {
defaultDatabase: () => {
return defaultdb;
},
defaultDatabaseSetting: () => {
return {
'username':'',
'password':'',
'host':'127.0.0.1',
'port':'27017',
'database':'iamdeveloper120',
}
},
}If you discover a security vulnerability within Express Dashboard, please send an e-mail to Muhammad Farhan via itianz@outlook.com. All security vulnerabilities will be promptly addressed.
The Express dashboard is open-sourced and licensed under the MIT license.