Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SecretNote-MVC-Abdelrahman-Mahmoud #225

Open
12 tasks done
abdahmed22 opened this issue Jul 12, 2024 · 0 comments
Open
12 tasks done

SecretNote-MVC-Abdelrahman-Mahmoud #225

abdahmed22 opened this issue Jul 12, 2024 · 0 comments

Comments

@abdahmed22
Copy link

abdahmed22 commented Jul 12, 2024

Secret Note Sharing Application

Create a web application that allows users to securely share self-destructing secret notes using Django.

Note Creation:

  • Users can create a note with text content
  • Generate a unique, secure URL for each note
  • Set an expiration time or number of views before destruction

Note Retrieval:

  • Users can view a note using the unique URL
  • After viewing or upon expiration, the note is permanently deleted

Security Features:

  • Use secure random generation for URLs (i should be able to browse /note/1, /note/2, .. etc the urls shouldn't be predictable

Authentication:

  • Implement rate limiting to prevent abuse

Testing:

  • Write unit and integration tests for the backend
  • Implement end-to-end tests for critical user flows

Deployment:

  • Containerize the application using Docker
  • Create a docker-compose file for easy local deployment

Optional:

  • Encrypting the notes in the database

Acceptance Criteria:

  • Notes can be securely created, shared, and destroyed
  • Docker deployment works as expected
@abdahmed22 abdahmed22 changed the title SecretNote-MVC-AbdelrahmanMahmoud SecretNote-MVC-Abdelrahman-Mahmoud Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant