Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 608 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 608 Bytes

🗄 Database API

Simple api to store data in database (MongoDB)

📔 Documentation

View the documentation here

📦 Setup

  • Clone the repo
git clone https://github.com/Jay-Karia/database-api.git
  • Install dependencies
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.