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: 5 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.
- Host: GitHub
- URL: https://github.com/thiswallz/angular4-crud-node-mongoose-bootstrap4
- Owner: thiswallz
- Created: 2017-10-29T20:22:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T20:32:16.000Z (over 8 years ago)
- Last Synced: 2025-02-07T02:37:34.627Z (about 1 year ago)
- Topics: angular, bootstrap4, mongodb, mongoosejs, node
- Language: TypeScript
- Homepage:
- Size: 193 KB
- Stars: 8
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



