Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 455 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 455 Bytes

diary

A simple diary app built with Express.js, Pug and MongoDB

Screenshot

Use

Clone this repo and cd to the diary directory

git clone https://github.com/enzeberg/diary.git
cd diary

Install dependencies

npm install

Run the app

Start MongoDB

mkdir data
mongod --dbpath=./data

Start the server

npm start

Access http://localhost:3000

License

MIT