An open API service indexing awesome lists of open source software.

https://github.com/ifycode-experiments/node-mongo-demo-app

Demo (client) app with CRUD operations setup for testing the boilerplate template kit(s) generated from @code-collabo's node-mongo-cli.
https://github.com/ifycode-experiments/node-mongo-demo-app

Last synced: 7 months ago
JSON representation

Demo (client) app with CRUD operations setup for testing the boilerplate template kit(s) generated from @code-collabo's node-mongo-cli.

Awesome Lists containing this project

README

          

# node-mongo demo app
### (demo app for the node-mongo project)

Demo (client) app with CRUD operations setup for testing the [boilerplate template kit(s)](https://github.com/code-collabo/node-mongo-esm-kit) generated from the [node-mongo-cli](https://github.com/code-collabo/node-mongo-cli).

Download the app, change directory (cd) into the root of the demo app and install dependencies:
````
npm install
````
Start the app:
````
npm start
````
View the demo app in the browser at http://localhost:4200. Although the app is built with angular, you don't need to have any knowledge of how to write an angular application. See [node-mongo documentation](https://code-collabo.gitbook.io/node-mongo/) for how to use the app with the boilerplate template kits.

## Want to contribute?
Love the project and wish to contribute? See contribution guide in the [node-mongo gitbook documentation](https://code-collabo.gitbook.io/node-mongo/) for how to start contributing. You can also reach out to [@Ifycode](https://github.com/Ifycode) in case you need any assistance.

## Contributors ✨

Thanks to these [amazing contributors to the node-mongo project](https://github.com/code-collabo/node-mongo-cli#appreciation). This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. See [emoji key](https://allcontributors.org/docs/en/emoji-key). Contributions of any kind welcome!