Follow these steps to run the project locally.
git clone https://github.com/iamzehan/Project-Inventory-Mgt.gitnpm installnpm run devhttp://localhost:3000node ./src/models/populatedbnode ./src/models/createUsernode ./src/models/sessionExpress-APP-template/
├── src
├── auth/ # Passport auth handler
├── controllers/ # Request handlers (business logic)
├── models/ # Database logic
├── routes/ # Application routes
├── views/ # EJS templates
├── public/ # Static assets (CSS, JS, images)
├── app.js # App entry point
├── package.json
├── .env.example # Environment variables example
└── README.md
| Command | Description |
|---|---|
npm run dev |
Starts development server with live reload |
npm start |
Starts production server |
Create a .env file in the root directory:
PORT=3000
DATABASE_URL=postgresql://user:password@localhost:5432/dbnameRefer to
.env.examplefor required variables.
CREATE,UPDATE,DELETE,READ- Games, Genres, Developers
- Dashboard View Information
If this repository helped you, consider giving the repo a ⭐ on GitHub — it really helps!














