Skip to content

LikhithKolayari/Server-side-data-operation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Server side data operations

In this demo I have integrated Angular material with server side data operations such as pagination, sorting and filtering that is capable of handling large volumes of data without taking a performance hit.

Installation

The project has 2 folders

  • app-ui
  • app-server

App-ui:

This project was generated with Angular CLI version 7.3.10.

Run ng serve for a dev server. Application runs on http://localhost:4200/

App-server

This project is built using express.js version 4.17.1

Database is mocked using json-server version 0.16.3

Run npm run db to start JSON server

Run npm run server to start express server. Server is listening to port 5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors