https://github.com/developerjosh/mongo-clone
https://github.com/developerjosh/mongo-clone
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developerjosh/mongo-clone
- Owner: DeveloperJosh
- Created: 2024-08-05T17:16:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T00:17:40.000Z (11 months ago)
- Last Synced: 2025-01-17T17:30:28.691Z (5 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nekodb
To install dependencies:
```bash
bun install
```To run:
```bash
bun run src/index.js
```This project was created using `bun init` in bun v1.1.21. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.