Welcome to the Secrets App! This application allows users to anonymously share their secrets and thoughts with the community. Users can create accounts, post their secrets, and read secrets shared by others without revealing their identities.
-
Anonymous Posting: Users can post their secrets without revealing their real names or identities. This ensures a safe and private environment for sharing personal thoughts.
-
User Accounts: The app supports user registration and login functionalities, which enables users to keep track of their posted secrets and interact with the community.
-
Browse Secrets: Users can browse through a feed of secrets shared by others. Each secret is anonymized to maintain the privacy of the users.
To run the Secrets App locally, follow these steps:
- Clone the repository from GitHub:
git clone https://github.com/singhjyoti24/secrets-app.git
cd secrets-app
- Install dependencies:
npm install
- Run the application:
nodemon start
Open your web browser and navigate to http://localhost:3000 to access the app.
The Secrets App is built using the following technologies: Frontend: HTML, CSS, JavaScript Backend: Node.js, Express.js, EJS Database: MongoDB Authentication: passport