Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-cowley/neode-ogm-test
https://github.com/adam-cowley/neode-ogm-test
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adam-cowley/neode-ogm-test
- Owner: adam-cowley
- Created: 2021-01-14T15:52:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T04:43:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T07:41:27.599Z (about 1 month ago)
- Language: TypeScript
- Size: 2.96 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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.