Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jay-karia/database-api
π Simple api to store data in the database
https://github.com/jay-karia/database-api
Last synced: 1 day ago
JSON representation
π Simple api to store data in the database
- Host: GitHub
- URL: https://github.com/jay-karia/database-api
- Owner: Jay-Karia
- Created: 2024-06-09T15:38:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T11:14:38.000Z (5 months ago)
- Last Synced: 2024-06-14T12:15:34.538Z (5 months ago)
- Language: TypeScript
- Homepage: https://database-api.database-api.workers.dev/
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Database API
Simple api to store data in database (MongoDB)### π Documentation
View the documentation [here](/DOCUMENTATION.md)### π¦ Setup
- Clone the repo
```sh
git clone https://github.com/Jay-Karia/database-api.git
```- Install dependencies
```sh
bun install
```- Setup environment variables
- Create ```.env``` file
- See the ```env.example``` file and copy past it in ```.env``` file### π» Technologies
- π₯ Hono.js
- β Cloudfare Workers
- πΌPrisma
- π MongoDB
- π Zod### π Note
This is NOT a public API.
A token is required to use this API.