An open API service indexing awesome lists of open source software.

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

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
```