Confessionally is an anonymous social network that allows users to register with a chosen nickname and receive a unique link. With this link, users can receive secret messages from friends while maintaining their anonymity.
- Object-Oriented PHP: The project is developed using Object-Oriented PHP for maintainability and scalability.
- Register with a Nickname: Users can register with their chosen nickname to maintain anonymity.
- Login: Provides user authentication with login functionality.
- Ajax Message Loading: Messages are loaded dynamically using Ajax for a seamless user experience.
- Version 1.0: Initial Release
- PHP 5.6 or higher
- MySQL 5.7 or higher
- Clone or download this repository to your web server or local development environment.
- Create a MySQL database for the application.
- Configure the database connection in
config.phpwith your database credentials. - Run the SQL script provided to set up the necessary database tables.
- Ensure that you have a web server with PHP support.
- Access the application through your web browser.
- Register with a chosen nickname to get a unique link.
- Share your unique link with friends and ask them to send you secret messages.
- Log in to view and respond to secret messages.
- Explore the anonymous social network's features.
This project was created by bitress.
Enjoy using Confessionally, the anonymous social network!