Skip to content

Commit 95cd8c7

Browse files
authored
Update README.md
1 parent 217ed17 commit 95cd8c7

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

README.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
1-
# Pagination_node
2-
# Pagination_node
1+
# Pagination With ejs, node and mongoDB
2+
3+
This code will give you idea to create pagination using ejs and express.js it has sorting and searching with page button previous, next , last and first.
4+
5+
### Prerequisites
6+
7+
Below noted things you need to install the software
8+
9+
```
10+
- Node.js
11+
- NPM
12+
- MongoDB (In your Local System.)
13+
```
14+
15+
16+
### Installing
17+
18+
Clone or download this repository
19+
20+
```
21+
npm install
22+
```
23+
24+
### Run
25+
26+
```
27+
nodemon server.js
28+
```
29+
30+
Code is Running on
31+
32+
http://localhost:3000/
33+
34+
35+
### Thanks :zap:

0 commit comments

Comments
 (0)