An open API service indexing awesome lists of open source software.

https://github.com/thounny/northwind-project


https://github.com/thounny/northwind-project

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Northwind Grocery Website

This project is a responsive grocery store website built with Node.js, REST APIs, Bootstrap, and JavaScript.

## Features
- View all products
- Filter products by category
- View detailed information about individual products

## How to Run the Project
1. Clone the repository:
```bash
git clone https://github.com//.git
```
2. Navigate to the project folder:
```bash
cd northwind-workshop-express-server
```
3. Install dependencies:
```bash
npm install
```
4. Start the server:
```bash
npm start
```

5. Open the frontend files in a browser using `http://localhost:3000/public`.

## Screenshots
![Homepage](path/to/homepage-screenshot.png)
![Products Page](path/to/products-screenshot.png)
![Product Details](path/to/details-screenshot.png)

---

Author

## Author

**Thounny Keo**
Frontend Development Student | Year Up United

---