Skip to content

3ichael7ambert/sketchbook-react-express

Repository files navigation

Use Case and Description for Sketchbook React Application:

Sketchbook Live APP

1. Live React Application:

  • URL: Sketchbook React
  • Description: The live React application serves as the front end for the Sketchbook project. Users can access the application through the provided URL. It provides an interactive drawing canvas where users can create and save drawings.

2. Loading Drawings:

3. Express Backend API:

  • Base URL: Sketchbook Express Backend
  • Description: The Express backend serves as the API for the Sketchbook React application, handling various functionalities related to canvas management and drawings.

4. API Endpoints:

  • Get Drawing by ID:

    • Endpoint: https://sketchbook-express-backend.onrender.com/canvas/:id
    • Description: Retrieve a specific drawing by providing its ID. This allows the React application to fetch and display saved drawings.
  • Get All Drawings:

    • Endpoint: https://sketchbook-express-backend.onrender.com/canvas
    • Description: Retrieve a list of all drawings. Useful for displaying a gallery or managing user drawings within the application.
  • Get Random Drawing:

    • Endpoint: https://sketchbook-express-backend.onrender.com/random
    • Description: Fetch a random drawing from the database. This can be used to showcase diverse user-generated content or provide inspiration.

5. Submodules:

  • Frontend Repository:

    • URL: Sketchbook React Frontend
    • Description: The frontend repository contains the React application code. Developers can explore and contribute to the frontend to enhance user interface and experience.
  • Express Backend Repository:

    • URL: Sketchbook Express Backend
    • Description: The backend repository contains the Express server code responsible for handling API requests. Developers can contribute to backend features, database interactions, and overall server functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published