Skip to content

Amitind/htf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make your Knowledge Base

Overview

This is a project for Hack This Fall 2024. The goal is to create a single knowledge base where you can store all your important bookmarks and notes.

RUN

deno -ER server.ts
# -ER for reading .env and reading files from disk

Get your free MongoDB URI from MongoDB Atlas

# add mongodb uri to .env
MONGODB_URI=mongodb://localhost:27017/<<your database name>>

Features

  • Store all your bookmarks and notes in one place
  • Search through your notes and bookmarks
  • Categorize your bookmarks and notes using Gemini AI
  • Add tags to your bookmarks and notes
  • Add comments to your bookmarks and notes

Technologies

  • HONO/Astrojs
  • Shadcn UI
  • MongoDB
  • Deno

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published