Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sitholewb/filesapi
- Owner: SitholeWB
- License: mit
- Created: 2019-07-10T18:23:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T15:45:55.000Z (over 1 year ago)
- Last Synced: 2023-07-13T16:48:35.547Z (over 1 year ago)
- Topics: dotnetcore2, file-upload, files, filesapi, filestorage, filestream, gridfs, litedb, litedb-database, microservice, mongodb, storage, storage-api
- Language: C#
- Homepage:
- Size: 66.4 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)