Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.