Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Redundancy Removal System (Cloud Version)

This project is part of my Cloud Computing Internship at CodeAlpha.
It ensures only unique user data is stored in a simulated cloud database.

🛠 Built With:

  • Python
  • Flask
  • CSV (simulated database)

Features:

  • Checks for duplicate entries
  • Appends only unique data
  • Cloud deployable via Render

How to Use:

Send a POST request to /add endpoint with name and email.

{
  "name": "John",
  "email": "john@example.com"
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages