A comprehensive e-commerce solution with a Django-based website featuring a custom admin panel and a Flutter-based Android app for salesmen.
GitHub →The SLTC E-commerce Platform is a full-stack solution designed to streamline the sales process for businesses. It consists of two main components:
This integrated system provides a seamless experience for both administrators and sales teams, enhancing efficiency and order management.
E-commerce Website:
Android Application:
Clone the repository:
git clone https://github.com/amanjoshi2002/Ecommerce-sltc
cd Ecommerce-sltcSet up a virtual environment and install dependencies:
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install -r requirements.txtSet up the database and run migrations:
python manage.py migrateCreate a superuser for the admin panel:
python manage.py createsuperuserRun the development server:
python manage.py runserverNavigate to the app directory:
cd ../sltc_flutterappGet Flutter dependencies:
flutter pub getRun the app on an emulator or physical device:
flutter runhttp://localhost:8000/admin to manage products and orders.http://localhost:8000 to browse and purchase products.This project is licensed under the MIT License. See the LICENSE file for details.
For more information or to report issues, please visit our [GitHub repository]https://github.com/amanjoshi2002/Ecommerce-sltc.git).