Skip to content

timgarciaa/book-library-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Book Library App

Backend

Installation

  1. Navigate to the backend directory with cd backend.
  2. Install dependencies with npm install.
  3. Navigate to the backend/app/prisma directory with cd backend/app/prisma.
  4. Run the migration command npx prisma migrate dev --name init to create the database and apply initial migrations.
  5. Navigate back to the backend directory with cd ../...
  6. Start the server with npm start.

Frontend

Installation

  1. Navigate to the frontend directory with cd frontend.
  2. Install dependencies with npm install.
  3. Start the development server with npm run dev.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published