Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enzeberg/diary

A simple diary app built with Express.js, Pug and MongoDB
https://github.com/enzeberg/diary

bootstrap expressjs mongodb mongoose nodejs pug

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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