Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is an online shopping website built using Django and Next.js. It provides a user-friendly interface for users to browse products, add them to their cart, and make purchases. The project also includes user authentication and authorization features.

License

Notifications You must be signed in to change notification settings

HDAI654/Kologram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Shopping Website

Python Django DRF Next.js

Introduction

This is an online shopping website built using Django and Next.js. It provides a user-friendly interface for users to browse products, add them to their cart, and make purchases. The project also includes user authentication and authorization features.

Features

  • User registration and login.
  • Product browsing and search.
  • Product details and descriptions.
  • Shopping cart functionality.
  • Responsive pages.

Technologies Used

  • Django: Backend framework for API and authentication.
  • Next.js: React-based frontend framework for SSR and routing.
  • REST API / Django REST Framework
  • Responsive Pages with Bootstrap

Getting Started

To run this project locally, follow these steps:

1.Clone the repository:

git clone https://

2.Navigate to the project

cd login-register

3.Create a virtual environment:

  • in windows
python -m venv KOL_venv
KOL_venv\Scripts\activate
  • in linux
python3 -m venv KOL_venv
source KOL_venv/bin/activate

4.Install the dependencies:

  • in windows
pip install -r requirements.txt
cd backend
  • in linux
pip3 install -r requirements.txt
cd backend

5.Run the development server:

  • in windows
python manage.py runserver
  • in linux
python3 manage.py runserver

6.Run Frontend (in another terminal):

cd frontend
npm install
npm run dev

7.Open your web browser and visit http://localhost:3000 to access the application.

Contributing

Contributions are welcome and encouraged! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

This is an online shopping website built using Django and Next.js. It provides a user-friendly interface for users to browse products, add them to their cart, and make purchases. The project also includes user authentication and authorization features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •