Skip to content

Web application can generate signatures extract from your fingertips. what you just have to do is draw a basic version of Signature. export it and use it as a digital signature.

Notifications You must be signed in to change notification settings

Jeelislive/sign-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✍️ sign-be

sign-be is the backend server for a web application that generates digital signatures from a user’s drawn input.
Built with Node.js and Express.js, it provides RESTful APIs to manage application data and business logic.


🌟 Features

  • 🔗 REST API endpoints for core functionalities
  • 📁 Modular structure with controllers, routes, and models
  • 🛠️ Utilities for helper functions and configuration
  • Configurable and easy to extend for future integrations

🧩 Tech Stack

Category Technologies
Backend Node.js Express.js
Language JavaScript
Security JWT bcrypt
Dev Tools Nodemon

⚡ Setup & Usage

Follow these steps to run the backend locally:

# 1️⃣ Clone the repository
git clone https://github.com/Jeelislive/sign-be.git
cd sign-be

# 2️⃣ Install dependencies
npm install

# 3️⃣ Configure environment variables
# Create a .env file in the root directory and set values
# (e.g., database URL, JWT secret)

# 4️⃣ Start the development server
npm run dev
The backend will run on http://localhost:5000
 (or your configured port).

💡 About

This backend powers a web application where users can draw a basic version of their signature, export it, and use it as a digital signature.

About

Web application can generate signatures extract from your fingertips. what you just have to do is draw a basic version of Signature. export it and use it as a digital signature.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published