Skip to content

bytecraft-garage/RandomForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anonymous Form

Overview

This repository houses the code for a web application that enables users to send anonymous messages. These messages are then collected and displayed on an admin panel.

Features

  • Anonymous Message Submission: Users can submit messages without revealing their identity.
  • Admin Panel: An administrative interface for managing and viewing submitted messages.
  • Message Storage: Securely stores submitted messages for later retrieval.
  • User Interface: Intuitive design for both users and administrators.

Technologies Used

  • [Frontend Technology]: HTML, CSS
  • [Backend Technology]: PYTHON DJANGO
  • [Database]: SQLLITE
  • [Other Technologies]: PYTHONANYWHERE

Installation and Setup

  1. Clone the repository:
    git clone https://github.com/your-username/anonymous-message-board.git
  2. Install dependencies:
    cd anonymous-message-board
    # Install frontend dependencies (if applicable)
    # Install backend dependencies (if applicable)
  3. Configure environment variables: Create a .env file and populate it with necessary environment variables (e.g., database credentials, API keys).
  4. Database setup: Create the required database schema according to the project's structure.
  5. Run the application: Start the frontend and backend servers according to their respective instructions.

Usage

  • User: Access the website and submit anonymous messages using the provided form.
  • Admin: Log in to the admin panel to view and manage submitted messages.

Contributing

Contributions are welcome! Please follow these guidelines:

  • Fork the repository
  • Create a new branch for your feature
  • Commit your changes
  • Submit a pull request

Contact

For any questions or issues, please contact abijithka02@gmail.com.

About

Anonymous Form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages