diary
A simple diary app built with Express.js, Pug and MongoDB
Screenshot
Use
cd
to the diary
directory
Clone this repo and 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
http://localhost:3000
Access License
MIT