Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sitholewb/filesapi

Files Restful API, MongoDB GridFS, LiteDB and dotnet core
https://github.com/sitholewb/filesapi

dotnetcore2 file-upload files filesapi filestorage filestream gridfs litedb litedb-database microservice mongodb storage storage-api

Last synced: about 2 months ago
JSON representation

Files Restful API, MongoDB GridFS, LiteDB and dotnet core

Awesome Lists containing this project

README

        

# Introduction
This is an API that stores any type of files. It also store basic information about the file, that basic information can be updated. This can be useful if you planning to create a project using microservices and you need service to store files.

# Getting Started
Install MongoDB and have dotnet development environment ready (i.e Visual studio). You must install dotnet core 2.2.
You should be ready to run project from visual studio and swagger page will give you nice view of endpoints.

# Contribute
Feel free to improve this service API and create pull requests!

# Issues
1. [File size limitation on upload](https://github.com/SitholeWB/FilesAPI/issues)