Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cesarvr/crud-nodejs

Angular 8 Frontend + NodeJS<Mongoose> + MongoDB Create Read Delete Update example.
https://github.com/cesarvr/crud-nodejs

Last synced: about 1 month ago
JSON representation

Angular 8 Frontend + NodeJS<Mongoose> + MongoDB Create Read Delete Update example.

Awesome Lists containing this project

README

        

# CRUD

Simple NodeJS CRUD (Create, Read, Update and Delete HTTP Verbs) using [Mongoose](https://www.npmjs.com/package/mongoose) and [Express.JS](https://expressjs.com/).

#### Quick Start

Create a ``NodeJS + MongoDB`` project on Openshift:

![](https://github.com/cesarvr/crud-nodejs/blob/master/docs/start.gif?raw=true)

> In this example I reduce the memory consumptions to ``80MB`` because it works well enough for development.

#### How Data Is Stored

For that we use [Mongoose](https://www.npmjs.com/package/mongoose) framework for more information look the [usage guide.](https://github.com/cesarvr/crud-nodejs/tree/master/model)

#### Delete

To remove this project:

```sh
oc delete --all -l app=
```

In this case I just need to do:

```sh
oc delete all -l app=nodejs-mongo-persistent
```