nohm
node.js object relations mapper (orm) for redis
File Explorer
Download Latest Version (.zip)- default.html
- Montserrat-Bold.eot
- Montserrat-Bold.ttf
- Montserrat-Bold.woff
- Montserrat-Bold.woff2
- Montserrat-Regular.eot
- Montserrat-Regular.ttf
- Montserrat-Regular.woff
- Montserrat-Regular.woff2
- sourcesanspro-light-webfont.eot
- sourcesanspro-light-webfont.svg
- sourcesanspro-light-webfont.ttf
- sourcesanspro-light-webfont.woff
- sourcesanspro-light-webfont.woff2
- sourcesanspro-regular-webfont.eot
- sourcesanspro-regular-webfont.svg
- sourcesanspro-regular-webfont.ttf
- sourcesanspro-regular-webfont.woff
- sourcesanspro-regular-webfont.woff2
- Apache-License-2.0.txt
- lang-css.js
- prettify.js
- collapse.js
- linenumber.js
- nav.js
- polyfill.js
- search.js
- jsdoc.css
- prettify.css
- index.html
- Nohm.html
- NohmClass.html
- NohmErrors.html
- NohmErrors.LinkError.html
- NohmErrors.ValidationError.html
- NohmModel.html
- NohmStaticModel.html
- ts_universalValidators.js.html
- tsOut_errors_LinkError.js.html
- tsOut_errors_ValidationError.js.html
- tsOut_index.js.html
- tsOut_middleware.js.html
- tsOut_model.js.html
- tsOut_validators.js.html
- Validators.html
- index.md
- index_v1.md
- style.css
- client.js
- docker-compose.yml
- Dockerfile
- index.html
- package-lock.json
- package.json
- README.md
- rest-server.js
- UserModel.js
- models.js
- stress.js
- child.ts
- child_wrapper.js
- Model.ts
- exports.test.ts.md
- exports.test.ts.snap
- exports.ts.md
- exports.ts.snap
- features.test.ts.md
- features.test.ts.snap
- middleware.test.ts.md
- middleware.test.ts.snap
- custom_methods.test.ts
- custom_validations.js
- custom_validations2.js
- exports.test.ts
- features.test.ts
- find.test.ts
- helper.ts
- meta.test.ts
- middleware.test.ts
- property.test.ts
- pubsub.test.ts
- redisHelper.test.ts
- regressions.test.ts
- relationTests.test.ts
- testArgs.ts
- tsconfig.json
- tslint.json
- typescript.test.ts
- uniques.test.ts
- validations.test.ts
- LinkError.ts
- ValidationError.ts
- eventComposers.ts
- helpers.ts
- idGenerators.ts
- index.ts
- middleware.ts
- model.header.ts
- model.ts
- typed-redis-helper.ts
- universalValidators.js
- validators.ts
- .editorconfig
- .eslintrc.json
- .gitattributes
- .gitignore
- .nycrc
- .prettierignore
- .prettierrc
- CHANGELOG.md
- jsdoc.json
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/maritz/nohm
Downloads the entire project code from GitHub to your computer.
cd nohm
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save nohm
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
npm run prepublishOnly
Type this command into your terminal and run it.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
