Skip to content

Latest commit

 

History

History
109 lines (83 loc) · 2.65 KB

README.md

File metadata and controls

109 lines (83 loc) · 2.65 KB

COFFEE SHOP NEXT JS

  1. About The Project
  2. Demo
  3. Getting Started
  4. Contributors

About The Project

Aplikasi Coffee Shop ini dibuat untuk memenuhi kebutuhan aplikasi yang menggunakan framework NextJs.

Feature

  • Melihat, memilih, dan membeli produk yang ada di aplikasi ini.
  • Memanajemen semua yang ada di aplikasi ini.

Built With

some technology used in this project.

Related

News Today (API)

Demo

Demo web app

Screenshot

name web mobile
Landing page landing -
Login login -
List Product listproduct -

Getting Started

Get started with this project, intructions on setting up your project locally.
To get a local copy up and running follow these simple steps.

Prerequisites

Before installing, you must be install nodejs. yarn

Installation

  1. Clone this repo
git clone https://github.com/dhanisetiaji/coffe-shop.git
  1. Install yarn package
cd coffe-shop
yarn install
  1. Setting .env
  • create .env file
touch .env
  • Add configuration in .env file
NEXT_PUBLIC_URL_API =
NEXT_PUBLIC_SESSION_SECRET =
  1. Start the project (development mode)
yarn dev

Contributors