This project is an anonymous question-and-answer site where users can post questions and answers anonymously. It's a single-page application that uses AJAX calls for dynamic data exchange without page reloads.
- Post questions anonymously.
- Answer questions posted by other users.
- View all posted questions and their answers.
- Node.js with Express for the backend.
- MongoDB Atlas for the database.
- AJAX for client-server communication.
- Hosted on Glitch.
Check out the live demo of the project here.
- Clone the repository from GitHub.
- Install dependencies:
npm install
. - Set up environment variables for MongoDB Atlas connection.
- Start the server:
npm start
.
Open the application and start by posting a question or answering existing ones. All interactions are updated in real-time and stored in MongoDB Atlas.
Feel free to fork the repository and submit pull requests.
Project repository: [GitHub](](https://github.com/shayanahmad7/qandait/)