Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developerjosh/mongo-clone
https://github.com/developerjosh/mongo-clone
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/developerjosh/mongo-clone
- Owner: DeveloperJosh
- Created: 2024-08-05T17:16:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T00:17:40.000Z (3 months ago)
- Last Synced: 2024-08-06T22:12:52.259Z (3 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.