Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasimy-as/node-uploadimage
A web application where you can store an Image using MongoDB, and also Node and Express.js
https://github.com/hasimy-as/node-uploadimage
Last synced: 16 days ago
JSON representation
A web application where you can store an Image using MongoDB, and also Node and Express.js
- Host: GitHub
- URL: https://github.com/hasimy-as/node-uploadimage
- Owner: hasimy-as
- License: mit
- Created: 2020-01-14T13:44:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:29:19.000Z (about 2 years ago)
- Last Synced: 2024-10-21T18:27:57.522Z (2 months ago)
- Language: HTML
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-UploadImage
A web application where you can store an Image using MongoDB, and also Node and Express.js[![Github license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/hasimy-as/Node-UploadImage/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/)## Version 1.0
Default version
# Usage
Follow the instructions below:
```sh
First, clone/download the repository.Secondly, run this command in your CLI/Terminal to install the needed dependencies (npm install --save).
Third, serve the application by running this command (npm start)
Fourth, don't forget to run your local MongoDB by using the mongod :)
```
## Licensed under the [MIT](https://raw.githubusercontent.com/hasimy-as/Node-UploadImage/master/LICENSE) License.
Happy coding!
~Hasimy