Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thiswallz/angular4-crud-node-mongoose-bootstrap4
- Owner: thiswallz
- Created: 2017-10-29T20:22:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T20:32:16.000Z (over 7 years ago)
- Last Synced: 2024-09-28T20:41:14.352Z (4 months 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![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")