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.
- Host: GitHub
- URL: https://github.com/ifycode-experiments/node-mongo-demo-app
- Owner: Ifycode-experiments
- Created: 2021-03-20T10:52:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T10:38:24.000Z (over 4 years ago)
- Last Synced: 2025-03-22T18:18:47.223Z (11 months ago)
- Language: TypeScript
- Homepage: https://code-collabo.github.io/node-mongo-demo-app/
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!