Skip to content

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.

Notifications You must be signed in to change notification settings

sajeetharan/angular4-crud-node-mongoose-bootstrap4

 
 

Repository files navigation

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
Alt text
Alt text
Alt text

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.0%
  • HTML 22.4%
  • JavaScript 15.1%
  • CSS 0.5%