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.
- User registration and login.
- Product browsing and search.
- Product details and descriptions.
- Shopping cart functionality.
- Responsive pages.
- 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
To run this project locally, follow these steps:
git clone https://cd login-register- in windows
python -m venv KOL_venv
KOL_venv\Scripts\activate- in linux
python3 -m venv KOL_venv
source KOL_venv/bin/activate- in windows
pip install -r requirements.txt
cd backend- in linux
pip3 install -r requirements.txt
cd backend- in windows
python manage.py runserver- in linux
python3 manage.py runservercd frontend
npm install
npm run dev7.Open your web browser and visit http://localhost:3000 to access the application.
Contributions are welcome and encouraged! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.