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.
- 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.
- [Frontend Technology]: HTML, CSS
- [Backend Technology]: PYTHON DJANGO
- [Database]: SQLLITE
- [Other Technologies]: PYTHONANYWHERE
- Clone the repository:
git clone https://github.com/your-username/anonymous-message-board.git
- Install dependencies:
cd anonymous-message-board # Install frontend dependencies (if applicable) # Install backend dependencies (if applicable)
- Configure environment variables:
Create a
.envfile and populate it with necessary environment variables (e.g., database credentials, API keys). - Database setup: Create the required database schema according to the project's structure.
- Run the application: Start the frontend and backend servers according to their respective instructions.
- 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.
Contributions are welcome! Please follow these guidelines:
- Fork the repository
- Create a new branch for your feature
- Commit your changes
- Submit a pull request
For any questions or issues, please contact abijithka02@gmail.com.