Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ezrra/pagination-node-express-angular

Pagination with Node and Angular
https://github.com/ezrra/pagination-node-express-angular

angularjs expressjs mongoose nodejs

Last synced: 5 days ago
JSON representation

Pagination with Node and Angular

Awesome Lists containing this project

README

        

# Pagination

## Dependencies
```
npm install
```

### Make sure that MongoDB Server is running, using _mongod process_
```
$ mongod
```

## Database
run database users in
```
mongodb.js
```

### Run server
```
$ node server.js
```