Simple overview of use/purpose.
An in-depth paragraph about your project and overview of use.
- Describe any prerequisites, libraries, OS version, etc., needed before installing program.
- ex. Windows 10
-
How/where to download your program
-
Any modifications needed to be made to files/folders
-
express is installed in the app’s root folder using…
npm install express
- mongoDB is installed in the app’s root folder using…
npm install mongoDB
- bootstrap is installed in the app’s root folder using…
npm install bootstrap
![LADDERS Logo][image_ref3]
- How to run the program
- Step-by-step bullets
code blocks for commands
Any advise for common problems or issues.
command to run if program contains helper info
| Word or Acronym | Description/Definition |
|---|---|
| API | An Application Programming Interface, or API, is the set of functions/objects that a developer will provide in order to make use of their services. |
| ExpressJS | Fast, unopinionated, minimalist web framework for Node.js |
| lowdb | A JSON based (text) database. |
| NodeJS | A development stack that executes from a local file store—on a local Server—instead of from a network of remote servers on the Web. |
| NPM | Node Package Manager, actually “Node PM”, “Node pkgmakeinst” a system to deploy, install, and maintain NodeJS Apps. (PM was a BASH utility). |
Contributors names and contact info
- Timothy J McGuire @TimothyMcGuire
- 0.1
- Various bug fixes and optimizations
- See commit change or See release history
- 0.0
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details
Inspiration, code snippets, etc.