Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 1.17 KB

README.md

File metadata and controls

76 lines (51 loc) · 1.17 KB

Library Management

Index

Tech Stack

  • Vite
  • React
  • Typescript
  • TailwindCSS
  • Django (Rest Framework)
  • Postgres

Project Structure

The project is structured as follows:

.
├── apps
│   ├── api            # Backend app
│   └── web	           # Web app

Installation and development

Run this commands at the root of the project

Installation

pnpm install

Environment Variables

Copy the .env.example file from respective apps to .env

Development

pnpm dev

Screenshots

Homepage Home

Books Books

Add Books Add Books

Import Books Import Books

Issue Books Issue Books

Return Books Return Books

Members Members

Add Members Add Members

Transactions Transactions