GitHunt
JA

JagTheFriend/Book-Review-Platform

Develop a book review platform where users can browse books, read and write reviews, and rate books

Book Review Platform Backend

Objective

Develop a book review platform where users can browse books, read and write reviews, and
rate books.

Prequisites

  • Node.js
  • PostgreSQL

Get Started

  1. Create .env file in the root directory and add the following variables:
  1. Install dependencies:
npm install
  1. Push schema to database:
npm run db:push
  1. Push dummy data to database: (optional)
npm run db:seed
  1. Run the development server:
npm run dev:server

Note

You can run both frontend and backend in development mode by running the following command:

npm run prod

Languages

TypeScript98.1%CSS1.2%HTML0.4%JavaScript0.3%

Contributors

Creative Commons Zero v1.0 Universal
Created July 15, 2025
Updated December 30, 2025