osiris
Simple Event Sourcing for NodeJS
File Explorer
Download Latest Version (.zip)- config.yml
- index.js
- package.json
- yarn.lock
- package.json
- server.js
- yarn.lock
- .gitignore
- docker-compose.yml
- README.md
- index.js
- index.js.map
- inmemmory.js
- inmemmory.js.map
- mongo.js
- mongo.js.map
- EventSource.js
- EventSource.js.map
- index.js
- index.js.map
- types.js
- types.js.map
- index.ts
- inmemmory.ts
- mongo.ts
- EventSource.ts
- index.ts
- types.ts
- EventSource.spec.js
- Mongodb.spec.js
- .gitignore
- .npmignore
- .prettierrc
- index.js
- lib.map
- LICENSE
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/assafg/osiris
Downloads the entire project code from GitHub to your computer.
cd osiris
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install osiris-es --save
Downloads and installs the libraries listed in package.json.
yarn add osiris-es
Type this command into your terminal and run it.
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)
