Skip to content

iamdeveloper120/express-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Express admin dashboard

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 and Setup Project

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

Database configuration

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',
        }
    },
}

Security Vulnerabilities

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.

License

The Express dashboard is open-sourced and licensed under the MIT license.

About

An admin dashboard with basic sign in, signup, forgot password, profile setting using nodeJs, Express js, mongodb and bootstrap 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors