Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zgramming/book-store-fe-nextjs
Rasa Group Book Store Frontend using Next JS
https://github.com/zgramming/book-store-fe-nextjs
mantine nextjs reactjs tailwind
Last synced: 1 day ago
JSON representation
Rasa Group Book Store Frontend using Next JS
- Host: GitHub
- URL: https://github.com/zgramming/book-store-fe-nextjs
- Owner: zgramming
- Created: 2024-04-05T18:44:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T06:27:14.000Z (7 months ago)
- Last Synced: 2024-05-14T00:04:38.982Z (6 months ago)
- Topics: mantine, nextjs, reactjs, tailwind
- Language: TypeScript
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend for Library Apps
The project builds using Next JS, Tailwind CSS, Mantine
## Manual Installation
```bash
git clone https://github.com/zgramming/book-store-fe-nextjs.git
cd book-store-fe-nextjs
```Install the dependencies:
```bash
npm install
```Set the environment variables:
```bash
cp .env.example .env
# open .env and modify the environment variables
```## Table of Contents
- [Commands](#commands)
- [Environment Variables](#environment-variables)
- [Pages](#pages)## Commands
Running in development:
```bash
npm run dev
```Running in production:
```bash
# build
npm run build
# start
npm run start
```## Environment Variables
The environment variables can be found and modified in the `.env` file.
```bash
# API Url
NEXT_PUBLIC_BASE_URL=http://localhost:4000/api/v1
```### Pages
List of available pages:**Master Book**\
![alt text](screenshots/master-book-page.png)**Master Student**\
![alt text](screenshots/master-student.png)**Inventory**\
![alt text](screenshots/inventory.png)**Transaction**\
![alt text](screenshots/transaction.png)**History Transaction**
![alt text](screenshots/history.png)