๐Ÿ“ฆ bryopsida / object-store

A REST api for storing objects using Node.JS and Fastify

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ The Unlicense
fastifynodejsobject-storagerest-apiwip
๐Ÿ“ฅ Clone https://github.com/bryopsida/object-store.git
HTTPS git clone https://github.com/bryopsida/object-store.git
SSH git clone git@github.com:bryopsida/object-store.git
CLI gh repo clone bryopsida/object-store
renovate[bot] renovate[bot] chore(deps): update dependency pino to v10.2.1 (#681) 6187ade 1 days ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ postman
๐Ÿ“ src
๐Ÿ“ tests
๐Ÿ“„ .dockerignore
๐Ÿ“„ .eslintignore
๐Ÿ“„ .eslintrc.json
๐Ÿ“„ .gitignore
๐Ÿ“„ .npmignore
๐Ÿ“„ .prettierignore
๐Ÿ“„ .prettierrc.json
๐Ÿ“„ .whitesource
๐Ÿ“„ Dockerfile
๐Ÿ“„ jest.config.json
๐Ÿ“„ LICENSE
๐Ÿ“„ nodemon.json
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ renovate.json
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

Object-Store

Coverage Security Rating Bugs Code Smells

This is a simple service that stores objects on the local filesystem.

How to get started

You can run this application either directly with node or using a container. The default storage area uses the temp folder for your operating system, you should customize this to an area more appropriate for your system.

NPM

This application is compatible with node versions 16-20, you can install the application with npm install -g @bryopsida/object-store, and run it with object-store. The default credentials are admin:admin and you can find more information about the API at the swagger ui at http://localhost:3000/documentation.

Docker

A docker image is provided if you prefer to use a container. You can run the application using docker run ghcr.io/bryopsida/object-store:main -p 8080:8080, the default credentials are admin:admin and you can find more information about the API at http://localhost:8080/documentation/.

Work in progress

This is currently a work in progress, for more information on what's done and what's coming up checkout the project