Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 960 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 960 Bytes

NFT Collection Browser Application (Backend)

Welcome to the NFT Collection Browser Application backend repository! This repository contains the backend code for the application, which provides the server-side functionality for user registration, authentication, collection and item retrieval, watchlist management, and more.

Introduction

The NFT Collection Browser Application backend serves as the server-side component of the application, enabling various features such as user registration, authentication, collection retrieval, watchlist management, and more. It communicates with the frontend to provide a seamless user experience.

Features

User Authentication: Provides endpoints for user registration and login with password hashing for security.

Collection Retrieval: Retrieves NFT collections and items from external sources based on API requests.

Watchlist Management: Allows users to add and remove NFT collections from their watchlists.