Skip to content
/ diary Public

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

License

Notifications You must be signed in to change notification settings

enzeberg/diary

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published