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.
These are the libraries and service used for building this backend API
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
Follow this steps to run the server locally
- Clone this repository
git clone https://github.com/abubakar-adeni/blanja.git
- Change directory to blanja
cd blanja
- Install all of the required modules
npm install
- Create and configure
.env.local
file in the root directory, example env are provided in .env.local.example
NEXT_PUBLIC_HOST=[ Backend URL ]
- 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
Login | Register |
Edit Profile | Edit Address |
My Order Pages | Product Pages |
Search | Detail Product |
Checkout | Payment |