https://github.com/thounny/northwind-project
https://github.com/thounny/northwind-project
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thounny/northwind-project
- Owner: thounny
- Created: 2024-11-20T04:04:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T13:24:54.000Z (6 months ago)
- Last Synced: 2025-01-21T07:42:55.578Z (4 months ago)
- Language: JavaScript
- Size: 692 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


---
Author
## Author
**Thounny Keo**
Frontend Development Student | Year Up United---