Skip to content

itsarsile/blanja-next

Repository files navigation


blanja

Blanja

Explore the docs »
View Demo

Table of Contents

About The Project

Blanja is an E-commerce website project that aims to provide an easy and convenient online shopping experience for users in Indonesia. The site offers a wide range of products, including fashion, beauty, electronics, food and beverages.

To use Blanja's services, users only need to create an account and enter their payment details. After that, users can browse products, add them to their shopping cart, and choose their preferred payment method.

With all the features and security provided, Blanja is expected to provide a safe, easy, and convenient online shopping experience for users across Indonesia.

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

  • Clone This Front End Repo
git clone https://github.com/itsarsile/blanja-next.git
  • Go To Folder Repo
cd blanja-next
  • Install Module
npm i
bun install
yarn
  • Setup .env
  • Type npm run start To Start Website
  • Type npm run production To Start Production

Setup .env

Create .env file in your root project folder.

DATABASE_URL=
NEXTAUTH_SECRET=
NEXT_PUBLIC_API_URL=http://localhost:3000
EMAIL_PASSWORD=
EMAIL_USER=
SUPABASE_URL=
SUPABASE_ANON_KEY=

Screenshots

1 2
Register as Customer Register as Seller
3 4
Login as Customer Login as Seller
3 3
Home Detail Page
3 4
My Bag Checkout
3 3
Customer Profile Seller Profile
3
Seller Product List

Postman Documentation

Run in Postman

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Related Project

🚀 Reposistory Blanja 🚀 Demo Blanja

Project Link: https://github.com/itsarsile/blanja-next