Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ezrra/pagination-node-express-angular
- Owner: ezrra
- Created: 2016-12-14T17:42:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T17:43:08.000Z (about 8 years ago)
- Last Synced: 2024-11-09T02:52:30.589Z (about 2 months ago)
- Topics: angularjs, expressjs, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```