Personal cloud storage service based on ExpressJs & MongoDB, GridFS.
- ExpressJs
- Mongoose
- GridFs
- Railway.app for deployment
Run the server in development mode.
Run all unit-tests with hot-reloading.
Check for linting errors.
Build the project for production.
- If
npm run dev
gives you issues with bcrypt on MacOS you may need to run:npm rebuild bcrypt --build-from-source
.