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

https://github.com/niawjunior/angular-image-uploader

Angular Image Uploads with NodeJs and MongoDB
https://github.com/niawjunior/angular-image-uploader

angular image-uploader nodejs upload-file

Last synced: about 2 months ago
JSON representation

Angular Image Uploads with NodeJs and MongoDB

Awesome Lists containing this project

README

          

# Angular Image Uploader

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.4.

### Demo
![alt text](demo.png)
## Download And Install

### git clone https://github.com/niawjunior/angular-image-uploader.git
### cd angular-image-uploader
### npm install

## Config
### mongodb url server at upload-api/server.js | uri variable

## Run
### Angular | ng serve
### NodeJs API at upload-api folder | node server.js