Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enzeberg/diary
- Owner: enzeberg
- License: mit
- Created: 2017-09-11T09:46:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T14:46:07.000Z (over 7 years ago)
- Last Synced: 2024-11-08T22:35:50.184Z (3 months ago)
- Topics: bootstrap, expressjs, mongodb, mongoose, nodejs, pug
- Language: JavaScript
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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