🚀🚀🚀 NodeAuthApp is a Node.js application built with Express.js, designed to streamline user authentication, session management, and photo uploads using AWS S3. 🚀🚀🚀
- 💻 User Registration and Login: Easily manage user registration and login functionalities.
- 📱 Secure Sessions: Ensure secure and seamless user sessions.
- 📷 Photo Uploads with AWS S3: Effortlessly upload and manage user photos with the power of AWS S3.
Before running the application, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/sasithota/NodeAuthApp.git
-
Navigate to the project directory:
cd NodeAuthApp -
Install dependencies:
npm install
-
Configure AWS S3:
- Obtain AWS credentials and configure them in the appropriate environment variables or configuration files.
-
Start the application:
npm start
- Visit http://localhost:3000 to access the NodeAuthApp.
- Explore the user registration, login, and photo upload functionalities.
- Configure AWS S3 credentials and settings in the .env file or your preferred configuration method.