* Replace stub with hints and code solution
* Change spoiler tag text
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* Update `createAndSavePerson` to use callback
Previous solution had an empty callback
* fix: added hint header
* Replace stub with hints and solution
For "create many records" mongoDB lesson
* Fix markdown for inline code
Add new line to allow markdown to render inline code
* Use callback in `createAndSavePerson` function
* fix: corrected hints syntax
* Replace stub for mongoDB lesson
* Replace stub for "Use model.find to search your database"
* Include hints
* Include solution
* Use callback in `createAndSavePerson()`
* fix: corrected hints syntax
* Expanded the solution for the 'Get Route Parameter Input from the Client' challenge
* Expanded the guide for the 'Use body-parser to Parse POST Requests' challenge
* Rewritten guide for the 'Serve JSON on a Specific Route' challenge and fixed source link
* Expanded the guide for the 'Serve Static Assets' challenge
* Expanded solution to the 'Get Query Parameter Input from the Client' challenge and fixed links to source file
* Added solution to the 'Chain Middleware to Create a Time Server' challenge and fixed link to source file
* Rewrite the 'Start a Working Express Server' challenge
* Expanded the guide for 'Expand Your Project with External Packages from npm'
* Added reference to semantic versioning in 'Add a Version to Your package.json'
* fix/remove-links+fix-solutions
* fix/remove-more-links
* Added step-by-step instructions and screenshots
Added step-by-step instructions to set up an anonymous node/express project for the challenges and three demo screenshots.
* Removed screenshots from instructions
* fix: changed javascript to json
* fix: changed to two-space indentation
* fix: replace sh with shell
fix replace terminal with shell
fix replace node with js
fix replace output with shell
fix replace cs with csharp
fix replace c++ with cpp
fix replace c# with csharp
fix replace javasctipt with js
fix replace syntax with js
fix replace unix with shell
fix replace linux with shell
fix replace java 8 with java
fix replace swift4 with swift
fix replace react.js with jsx
fix replace javascriot with js
fix replace javacsript with js
fix replace c++ - with cpp
fix: corrected various typos
fix: replace Algorithm with nothing
fix: replace xaml with xml
fix: replace solidity with nothing
fix: replace c++ with cpp
fix: replace txt with shell
fix: replace code with json and css
fix: replace console with shell
Added a cautionary note about the somewhat regular issue with Glitch where the FCC boilerplate app does not import. This is a common complaint on the forum from people who have no idea that the issue stems from Glitch.