- Saves content to the database in realtime as you type
- Search for Page by page number, date or text
- Left and Right buttons to navigate through pages
- Delete button to delete the current page
- Delete empty pages button
- Install node.js
- Install MongoDB
- Add
C:\Program Files\MongoDB\Server\7.0\bin
to PATH - Run
mongod
command - Run
npm install mongodb
command in the project directory - Run
npm install express
command in the project directory - Run server.js
- Open http://localhost:3000/