Skip to content

⚡ Admin Dashboard for University [AngularJS][NodeJS]

Notifications You must be signed in to change notification settings

NookaPavan/Admin-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs banner Angular banner


Design

FrontEnd- AngularJs,Material,Bootstrap

BackEnd- NodeJS,ExpressJs,SQL


Screenshots:

Admin DashBoard

Database University Table

Database Users Table

Login Page

View Page

---

Prerequisite

1.NPM installed

2.Angular installed

3.DataBase

Install Dependencies

$ npm install 

Usage

1.For the Backend

$ npm start 

2.For the Frontend

$ ng Serve 

3.Run Sqlserver [ex:XAMPP]

Configuration:

1.Change the Database Connection in server.js file.

var con = mysql.createConnection({
    host: "localhost",
    user: "root",
    password: "",
    database: "test2",
    multipleStatements:true
});

About

⚡ Admin Dashboard for University [AngularJS][NodeJS]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published