Welcome to the FASHION website! This platform allows users to explore and book various fashion services, manage their listings, and track their bookings.
Live Website: FASHION Website
-
User Authentication: Users can create accounts and log in using Firebase authentication.
-
Add & Manage Services: Registered users can add and manage their fashion services, including editing and deleting listings.
-
Service Booking: Users can browse and book available fashion services.
-
My Schedule: Registered users can see all their booked services and any bookings made for their services by others.
-
Dynamic Database: Firebase Firestore is used to store user data, service listings, and booking information.
-
MERN Stack: The project is built using the MERN (MongoDB, Express, React, Node.js) stack, with additional technologies like Firebase for authentication.
To get started with the project, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Install server dependencies:
npm install. - Navigate to the
clientdirectory. - Install client dependencies:
npm install. - Run the development server:
npm start.
- Register for an account and log in to access all features.
- Add your fashion services to the platform.
- Browse and book services from other users.
- View your scheduled services and bookings.
- React for the front-end.
- Express and Node.js for the server.
- MongoDB for database storage.
- Firebase for user authentication.
- Firebase Firestore for data storage.
- Additional libraries and frameworks as needed.
Contributions are welcome! Feel free to submit issues and pull requests.