Skip to content

Art And Cruft is a dynamic platform that connects art and craft enthusiasts, enabling them to explore, showcase, and manage their unique creations. Designed with user-friendly features, the application ensures a seamless and engaging experience for both creators and admirers

Notifications You must be signed in to change notification settings

saagor16/B9A10-Cline-Side-Art-Cruft

Repository files navigation

Art And Cruft

Live Site URL: Art and Cruft

Project Overview

Art And Cruft is a web application designed to showcase and manage art and craft items. It provides a centralized platform for users to explore various craft collections and for creators to showcase their own crafts.

Features

  • User Authentication: Secure registration, login, and logout functionalities.
  • Private Routes: Access to adding new craft items and viewing personal collections is restricted to logged-in users.
  • Responsive Design: Fully responsive across all devices for a seamless user experience.

npm Packages Used

Client Side

GitHub Repository: Client Side

Server Side

GitHub Repository: Server Side

Installation and Setup Instructions

Prerequisites

  • Node.js
  • npm or yarn
  • MongoDB Atlas account

Installation Steps

  1. Clone the repository:

    git clone https://github.com/saagor16/B9A10-Cline-Side-Art-Cruft.git
    git clone https://github.com/saagor16/B9A10-Server-Side-Art-Cruft.git
  2. Navigate to the respective directories:

    cd B9A10-Cline-Side-Art-Cruft
    cd B9A10-Server-Side-Art-Cruft
  3. Install dependencies:

    npm install
  4. Set up environment variables in a .env file for the server:

    PORT=5000
    MONGODB_URI=your_mongodb_atlas_uri
    JWT_SECRET=your_jwt_secret
  5. Start the client and server:

    npm start

Usage

  • Explore craft items in the All Art & Craft Items section without logging in.
  • Log in to add new craft items and manage personal collections.
  • View detailed information for each craft item.

About

Art And Cruft is a dynamic platform that connects art and craft enthusiasts, enabling them to explore, showcase, and manage their unique creations. Designed with user-friendly features, the application ensures a seamless and engaging experience for both creators and admirers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages