A Bookmarks Management API built using the Django Rest Framework.
🔗 Live Demo: https://bookmarksapi.vercel.app/
- User Registration - Create and manage user accounts
- User Authentication & Authorization - Secure access using JSON Web Tokens (JWT)
- Bookmark Management - Store, organize, and retrieve bookmarks
- Tagging System - Categorize bookmarks with custom tags
- Nested Collections - Organize bookmarks in hierarchical collections
- Backend Framework: Django Rest Framework
- Database: Neon PostgreSQL
- Deployment: Vercel
- Python 3.x
- pip
# Clone the repository
git clone <repository-url>
cd bookmarks-api
# Install dependencies
pip install -r requirements.txt
# Run migrations
python manage.py migrate
# Start development server
python manage.py runserverThis project is deployed on Vercel using Neon PostgreSQL as the production database.