Before running this project, make sure to follow these steps:
- Install Dependencies:
npm i
- Set Up PostgreSQL Database:
Create a PostgreSQL database named "bookstore" to store the bookstore information.
- Database Configuration:
Update the database connection configuration in the .env
file to match your PostgreSQL credentials.
- Run the Project:
npm run start:dev
Note: Make sure you have Node.js and PostgreSQL installed on your system before proceeding.