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

https://github.com/hoangtranson/uploadservice

Upload Service build by express and mongodb
https://github.com/hoangtranson/uploadservice

cors express gridfs mongodb nodejs

Last synced: about 1 month ago
JSON representation

Upload Service build by express and mongodb

Awesome Lists containing this project

README

          

# Upload Service

## Requirements

1. Features:

- /profile POST - upload single image
- /profile/:id GET - load image

2. Tech Stacks:

- expressjs
- MongoDB GridFS for file storage
- cors for enabling CORS request

## Start Project

1. Clone project and npm install
3. start mongodb by command line or MongoDB Compass Community application
5. run `npm run start` to start upload service