Skip to content

A full stack restaurant app built with Node.js, Express, MongoDB and friends

Notifications You must be signed in to change notification settings

eneax/learn-node

Repository files navigation

Learn Node

Learn Node

This repo contains the project for the Learn Node course by Wes Bos.

Sample Data

To load sample data, run the following command in your terminal:

npm run sample

If you have previously loaded in this data, you can wipe your database 100% clean with:

npm run blowitallaway

That will populate 16 stores with 3 authors and 41 reviews. The logins for the authors are as follows:

Name Email (login) Password
Wes Bos wes@example.com wes
Debbie Downer debbie@example.com debbie
Beau beau@example.com beau

About

A full stack restaurant app built with Node.js, Express, MongoDB and friends

Topics

Resources

Stars

Watchers

Forks