Project - Furniture Store
- Nguyễn Đức Hướng - 19521592 - [email protected]
- NextJs + Mantine
Install node_modules
:
npm install
Provide .env file (Can be changed, so the newest file is in Github)
NEXTAUTH_SECRET=QQT4ZEEkCi78yq3NWqjTA6v70gxzvu5h
NEXT_PUBLIC_API_URL=https://uit-furniture-shop.herokuapp.com/api
NEXTAUTH_URL="http://localhost:3000"
npm run dev