https://github.com/imprisonedmind/giggity-bun-api
An API for giggityv2 using bun
https://github.com/imprisonedmind/giggity-bun-api
Last synced: 3 months ago
JSON representation
An API for giggityv2 using bun
- Host: GitHub
- URL: https://github.com/imprisonedmind/giggity-bun-api
- Owner: imprisonedmind
- Created: 2024-10-22T20:49:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T12:29:11.000Z (8 months ago)
- Last Synced: 2024-10-25T12:23:45.866Z (8 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-mongo-api - Bun API
Using bun serve(), an API that interacts with mongoDb, quicketAPI and openAI.
To create, fetch and enrich event data.## Testing with Docker
This project is set up to be run with containers on a VPS
via a main parent docker [repo](https://github.com/imprisonedmind/giggity-docker).
```bash
bun dbuild
bun drun
```## Testing Normally
If you wish to just run the front-end, run it normally with bun.
```bash
bun i
bun run dev
```