Skip to content

mubarak-mustopha/bookmarksapi

Repository files navigation

BOOKMARKS API

A Bookmarks Management API built using the Django Rest Framework.

🔗 Live Demo: https://bookmarksapi.vercel.app/


Features

  • 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

Tech Stack

  • Backend Framework: Django Rest Framework
  • Database: Neon PostgreSQL
  • Deployment: Vercel

Getting Started

Prerequisites

  • Python 3.x
  • pip

Installation

# 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 runserver

Deployment

This project is deployed on Vercel using Neon PostgreSQL as the production database.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published