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.

Stars
8
Committers
1

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