Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adam-cowley/neode-ogm-test


https://github.com/adam-cowley/neode-ogm-test

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Nest OGM Experiments

## Getting Started:

Clone [neode-ogm](https://github.com/adam-cowley/neode-ogm) locally and run `npm link` to create a local link:

```
git clone https://github.com/adam-cowley/neode-ogm
npm i
npm link
```

Then in this project directory, run:

```
npm link neodegm
```

After that, run `npm run start:dev`.

All of the action is currently in the `src/auth` folder.

## Questions, Comments, Feedback

[Drop me a message on twitter](https://twitter.com/adamcowley) or open an issue in this repo. Any feedback or PRs are greatly appreciated.