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.
- 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.
Follow these steps to get your development environment set up:
-
Clone the repository:
git clone https://github.com/devShaik010/ink-spot.git
-
Navigate to the project directory:
cd ink-spot -
Create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
-
Install the dependencies:
pip install -r requirements.txt
-
Set up the database:
python manage.py migrate
-
Run the development server:
python manage.py runserver
You can now access the application at
http://127.0.0.1:8000/.
- 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.
We welcome contributions from the community! Whether you’re fixing a bug, adding a feature, or improving documentation, we’d love your help.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -am 'Add your feature'). - Push to your branch (
git push origin feature/your-feature). - Open a Pull Request.
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.