This is dashboard developed Using
- NodeJS (Server Setup)
- Passport (Authentication Middleware)
- ExpressJS (Server Framework)
- MySql (Database)
- Javascript (Front End)
- Bootstrap (Front End CSS)
- MaterializeCSS (Front End CSS)
Due to privacy rules the naming conventions are hidden.
If you would like to download the code and try it for yourself:
- Clone the repo:
git@github.com:NandaKishorJeripothula/tribalDept-dashboard.git
- Install packages:
npm install
- Edit the database configuration:
config/database.js
- Create the database schema:
node scripts/create_database.js
or use the dashboard_user.sql to create users - Launch:
node server.js
- Visit in your browser at:
http://localhost:8080