2.0.0 • Published 5 years ago

kumo-server v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Kumo 雲

npm.io npm.io npm.io

File cloud storage server compatible with external applications and user validation.

Getting Started

Download the source project and run it with the npm script "start" or node (at root directory):

npm install
npm start
npm install
node src/server.js

Or if you want to develop new features, you can run it with nodemon with the following npm script:

npm install
npm test

Prerequisites

  • Node.js - JavaScript runtime environment.
  • MongoDB - No relatinal database.
  • Install all dependencies.
npm install

Built With

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

Contributors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details