https://github.com/devxoshakya/singularity-backend
Express.js backend for the singularity app ( idk why im writing this )
https://github.com/devxoshakya/singularity-backend
Last synced: 10 months ago
JSON representation
Express.js backend for the singularity app ( idk why im writing this )
- Host: GitHub
- URL: https://github.com/devxoshakya/singularity-backend
- Owner: devxoshakya
- Created: 2024-11-21T13:22:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T13:58:23.000Z (over 1 year ago)
- Last Synced: 2025-01-24T15:28:00.675Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://singularity-backend.vercel.app
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# singularity-backend
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.33. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.