Skip to content

iamperii/CoinCatalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Coin Catalog Project

πŸ“– Overview

Welcome to the Coin Catalog Project! This project is designed to provide a comprehensive catalog for precious coins, enabling users to explore, manage, and learn more about rare and valuable coins. The application utilizes modern web technologies to deliver a seamless and interactive experience.


πŸš€ Features

User-Facing Features:

  • Search Functionality: Easily search and filter coins by name, year, type, or other attributes.
  • Coin Description Pages: Detailed pages for each coin, featuring:
    • High-quality images
    • Historical and technical descriptions
    • Coin value and rarity information

Admin Panel Features:

  • Add New Coins: Quickly add coins to the catalog with all necessary metadata.
  • Edit Existing Coins: Update details for any coin in the catalog.
  • Delete Coins: Remove outdated or incorrect entries from the catalog.
  • Manage Database: Direct control over all coin data for administrators.

πŸ› οΈ Technologies Used

Frontend:

  • React.js: For building a dynamic and responsive user interface.

Backend:

  • Node.js: As the server-side runtime.
  • Express.js: For creating RESTful APIs.

Database:

  • MySQL: To securely store and manage coin data.

πŸ“‚ Project Structure

coin-catalog/
β”œβ”€β”€ backend/          # Server-side code
β”‚   β”œβ”€β”€ controllers/  # API logic
β”‚   β”œβ”€β”€ models/       # Database schemas
β”‚   β”œβ”€β”€ routes/       # API routes
β”‚   └── app.js        # Main server file
β”‚
β”œβ”€β”€ frontend/         # Client-side code
β”‚   β”œβ”€β”€ components/   # Reusable components
β”‚   β”œβ”€β”€ pages/        # Page-level components
β”‚   β”œβ”€β”€ services/     # API service functions
β”‚   └── App.jsx       # Main React app entry
β”‚
└── README.md         # Project documentation

About

Catalog of precious coins

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published