Skip to content

Reachout-git-sk/SecureCollab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecureCollab

A collaborative note-taking application with user authentication and real-time features.

Features

  • 🔐 User authentication (JWT-based)
  • 📝 Create, edit, and delete notes
  • 🏷️ Tag-based organization
  • 📊 Analytics dashboard
  • 🎨 Dark mode support
  • 📱 Responsive design

Tech Stack

Frontend:

  • Next.js 15 (React)
  • TypeScript
  • Tailwind CSS
  • Redux Toolkit

Backend:

  • FastAPI (Python)
  • SQLAlchemy
  • SQLite
  • JWT Authentication

Setup

Backend

cd backend
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
uvicorn app.main:app --reload

About

Collaborative note-taking application with user authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors