Skip to content

devShaik010/MAJOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ink Spot - E-Stationary with Django

Welcome to the Ink Spot GitHub repository!

Ink Spot is an innovative and feature-rich E-Stationary platform built using the powerful Django framework. It allows users to purchase and manage digital stationery, offering a modern and seamless experience.


🚀 Features

  • User Authentication: Secure login and registration system.
  • Product Catalog: Browse through a variety of digital stationary products.
  • Cart & Checkout: Add products to cart and proceed with seamless checkout.
  • Order Management: View and track your orders.
  • Admin Dashboard: Easy-to-use admin panel to manage products and users.

📦 Installation

Follow these steps to get your development environment set up:

  1. Clone the repository:

    git clone https://github.com/devShaik010/ink-spot.git
  2. Navigate to the project directory:

    cd ink-spot
  3. Create a virtual environment:

    python3 -m venv venv
  4. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  5. Install the dependencies:

    pip install -r requirements.txt
  6. Set up the database:

    python manage.py migrate
  7. Run the development server:

    python manage.py runserver

    You can now access the application at http://127.0.0.1:8000/.


🔧 Technologies Used

  • Django: A high-level Python web framework.
  • HTML/CSS/JavaScript: For front-end design and interactivity.
  • SQLite/PostgreSQL: Database options for managing user data and orders.
  • Bootstrap: For responsive design and UI components.

🤝 Contributing

We welcome contributions from the community! Whether you’re fixing a bug, adding a feature, or improving documentation, we’d love your help.

Steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add your feature').
  4. Push to your branch (git push origin feature/your-feature).
  5. Open a Pull Request.

Thanks for visiting Ink Spot! 😊


This version of the README provides a clear structure with well-defined sections for easy navigation and readability. It includes important information like installation, features, technologies, and contributing guidelines, all presented professionally.

About

major project code , E _ stationary get online stationary product. web site name " INK SPOT "

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors