Sign inSign up

sethbergman/express-mongo-handlebars

By sethbergman

•Updated over 10 years ago

Getting Started with Express.js and MongoDB

Image
0

380

sethbergman/express-mongo-handlebars repository overview

⁠Getting Started with Express.js

⁠Install Dependencies

npm install

⁠Importing data

You can populate your database with the following command.

mongoimport --db test --collection users --drop --file user_list.json

⁠Run Dev Server

npm run dev

More documentation to come...

Tag summary

Content type

Image

Digest

Size

271.2 MB

Last updated

over 10 years ago

docker pull sethbergman/express-mongo-handlebars