Skip to content

Suman9054/canvasapitest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvas API Test

This project is a Boilerplate for the Canvas API vector graphics projects.

Getting Started

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository:
    git clone https://github.com/Suman9054/canvasapitest.git
  2. Navigate to the project directory:
    cd canvasapitest
  3. Install the dependencies:
    cd server
    npm install

Usage

To start the project, run:

npm start

Contributing

  1. Fork the repository

  2. Create your feature branch (git checkout -b feature/AmazingFeature)

  3. Commit your changes (git commit -m 'Add some AmazingFeature')

  4. Push to the branch (git push origin feature/AmazingFeature)

  5. Open a pull request

License

Distributed under the MIT License. See LICENSE for more information.

Add shapes

  1. copy the public foldar .html and .js file

  2. paset that code on claude,Gpt or any Ai

  3. aske ai to add more shapes

Add a login and sign up route

  1. go to server folder write this on terminal
    cd server
  2. open index.js then add
    app.use('/login',express.static(path.join(__dirname, '#youre folder patch')));
    
  3. make the .html and .js file for login and sign up

About

This is Boilerplate for a Canvas API vector graphics project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published