Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thiswallz/angular4-crud-node-mongoose-bootstrap4

This is a simple Clean Code CRUD, based in NodeJS&Mongoose/MongoDB(Server), Angular 4&Bootstrap 4(Frontend). Also iit has validation forms, services, routes and more.
https://github.com/thiswallz/angular4-crud-node-mongoose-bootstrap4

angular bootstrap4 mongodb mongoosejs node

Last synced: 4 months ago
JSON representation

This is a simple Clean Code CRUD, based in NodeJS&Mongoose/MongoDB(Server), Angular 4&Bootstrap 4(Frontend). Also iit has validation forms, services, routes and more.

Awesome Lists containing this project

README

        

### Getting Started

There are two servers in this repo, Node & Angular.

#### Git
Checkout this repo, install dependencies, then start the process with the following:

```
> git clone https://github.com/thiswallz/angular4-crud-node-mongoose-bootstrap4.git
> cd angular4-crud-node-mongoose-bootstrap4
> npm install
> node server.js
> ng serve --open
```
#### Ports
Node port: 3000
WebApp port: 4200

#### App
WebApp running

![Alt text](img2.PNG?raw=true "Home")
![Alt text](img.PNG?raw=true "Demo")
![Alt text](img3.PNG?raw=true "Demo")
![Alt text](img4.PNG?raw=true "Demo")