Aplikasi Coffee Shop ini dibuat untuk memenuhi kebutuhan aplikasi yang menggunakan framework NextJs.
- Melihat, memilih, dan membeli produk yang ada di aplikasi ini.
- Memanajemen semua yang ada di aplikasi ini.
some technology used in this project.
name | web | mobile |
---|---|---|
Landing page | - | |
Login | - | |
List Product | - |
Get started with this project, intructions on setting up your project locally.
To get a local copy up and running follow these simple steps.
Before installing, you must be install nodejs. yarn
- Clone this repo
git clone https://github.com/dhanisetiaji/coffe-shop.git
- Install yarn package
cd coffe-shop
yarn install
- Setting
.env
- create
.env
file
touch .env
- Add configuration in
.env
file
NEXT_PUBLIC_URL_API =
NEXT_PUBLIC_SESSION_SECRET =
- Start the project (development mode)
yarn dev