A Node.js project based on Nest for building file storage service.
Osmanthus fragrans Lour is my favorite flower, so I named this project fragrans. In my opinion, a distributed file storage system is composed of osmanthus-like flies scattered on the ground.
Fragrans aims to provide users the ability to deploy their own file storage service with efficiency and scalability.
# start mongodb
$ docker-compose -f docker-compose.develop.yaml up -d
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
# build or rebuild services
$ docker-compose build
# run containers in the background
$ docker-compose up -d
- Author - Aaron Li
Fragrans is MIT licensed.