| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An intelligent note-taking web application powered by AI that helps users create, organize, summarize, and manage notes efficiently.
AI-based-Note-Web/
│
├── public/
│ ├── css/
│ ├── js/
│ └── images/
│
├── views/
│
├── routes/
│
├── controllers/
│
├── models/
│
├── server.js
├── package.json
└── README.mdgit clone https://github.com/Developer007-web/AI-based-Note-Web.gitcd AI-based-Note-Webnpm installCreate a .env file:
PORT=5000
API_KEY=your_ai_api_key
MONGODB_URI=your_database_urlnpm startor
node server.jsContributions are welcome.
git checkout -b feature-namegit commit -m "Added new feature"git push origin feature-nameAman Pratap Singh
If you like this project, consider giving it a ⭐ on GitHub.
| Back | FazBrowse Home | New Git URL |