Skip to content

Full-stack book management app with React, NestJS, GraphQL, and Auth0 authentication

Notifications You must be signed in to change notification settings

Haikeysgit/bookkeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

BookKeeper

A full-stack book management application built with React, NestJS, GraphQL, and Auth0.

Live Demo

Tech Stack

Frontend: React, TypeScript, Vite, Chakra UI, Apollo Client

Backend: NestJS, TypeScript, GraphQL, TypeORM, SQLite

Auth: Auth0

Running Locally

Backend

cd backend
npm install
npm run start:dev

Runs on http://localhost:3000/graphql

Frontend

cd frontend
npm install
npm run dev

Runs on http://localhost:5175

Environment Variables

Both frontend and backend require .env files. See .env.example in each folder for required variables.

Features

  • Sign up and sign in with Auth0
  • View books in grid or table layout
  • Create, edit, and delete books
  • Filter by category

About

Full-stack book management app with React, NestJS, GraphQL, and Auth0 authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published