CosmeticManagement is a dynamic e-commerce platform designed for managing cosmetic products and services. Built using ASP.NET Web Forms, this application offers functionalities for product browsing, user registration, administrative management, and more.
Frontend: HTML, CSS, JavaScript
Backend: ASP.NET Web Forms (C#)
Database: SQL Server
Development Tools: Visual Studio
-
User Registration & Authentication: Secure user sign-up and login functionalities.
-
Product Catalog: Browse and search through a variety of cosmetic products.
-
Admin Dashboard: Manage products, categories, and user information.
-
Responsive Design: Optimized for various devices to ensure a seamless user experience.
-
Database Integration: Utilizes SQL Server for data storage and retrieval.
CosmeticManagement/
βββ admin/ # Admin panel pages and logic
βββ css/ # Stylesheets
βββ dashboard/ # User dashboard components
βββ fonts/ # Font files
βββ img/ # Image assets
βββ js/ # JavaScript files
βββ upload/ # Uploaded files
βββ Home.aspx # Landing page
βββ Register.aspx # User registration page
βββ Master.Master # Master page template
βββ Web.config # Application configuration
βββ SQLQuery1.sql # Database schema and queries-
Visual Studio (2017 or later)
-
SQL Server (Express or full version)
1. Clone the Repository
git clone https://github.com/amruthadevops/CosmeticManagement.git
2. Open in Visual Studio
Open the .sln file in Visual Studio.
3. Configure the Database
- Restore the SQLQuery1.sql script in SQL Server to set up the database.
- Update the Web.config file with your database connection string.
4. Build and Run
- Build the solution to restore dependencies.
- Run the application using IIS Express or your preferred web server.
This project is licensed under the MIT License.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
GitHub: @amruthadevops











