Skip to content

MuhammadSonySetiawan/blanja

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


shopbag

Blanja (Blanja App)

Explore the docs »
View Demo

Table of Contents

About The Project

Blanja is an e-commerce platform in the fashion style field where users can log in and enjoy a delightful shopping experience with a highly user-friendly experience.

Built With

These are the libraries and service used for building this backend API

Getting Started

Prerequisites

You'll need these programs installed before proceeding to installation

This project requires blanja-app-be to function properly, follow the steps provided in the readme to install and run the backend API

Installation

Follow this steps to run the server locally

  1. Clone this repository
git clone https://github.com/MuhammadSonySetiawan/blanja.git
  1. Change directory to blanja
cd blanja
  1. Install all of the required modules
npm install
  1. Create and configure .env.local file in the root directory, example env are provided in .env.local.example
NEXT_PUBLIC_HOST=[ Backend URL ]
  1. Run this command to run the server in development environment
npm run start
  • Run this command to build this website into production ready
npm run build

Screenshots

Landing Page


Login Register
Login Page Register Page
Profile Hire
Edit Profile Page Product Pages
Search Detail Talent
Search Page Detail Product Page
Search Detail Talent
Checkout Page Payment Page

Related Project

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • CSS 6.0%
  • HTML 1.6%