https://github.com/aadewunmi/laptop_estore-nodejs_project-
Laptop e-Store (A nodeJS project): It comprises a nodeJS server that renders HTML / CSS pages, which displays information about laptop products from a JSON file.
https://github.com/aadewunmi/laptop_estore-nodejs_project-
html-css json node-js
Last synced: about 1 month ago
JSON representation
Laptop e-Store (A nodeJS project): It comprises a nodeJS server that renders HTML / CSS pages, which displays information about laptop products from a JSON file.
- Host: GitHub
- URL: https://github.com/aadewunmi/laptop_estore-nodejs_project-
- Owner: AAdewunmi
- Created: 2020-08-04T15:27:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T16:05:40.000Z (over 4 years ago)
- Last Synced: 2025-01-25T06:11:35.856Z (3 months ago)
- Topics: html-css, json, node-js
- Language: HTML
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laptop e-Store
Laptop e-Store is a NodeJS Project: It comprises a nodeJS server that renders HTML / CSS pages, which display information about laptop products from a JSON file.
## Prerequisite
Before getting started, you need to install node and nodemon on your local machine.
- Node: https://nodejs.org/en/download/
- Nodemon: install -g nodemon## Getting Started
These instructions will get you a copy of the project up and running on your local machine.
### Installing
1. Clone the repo
```
git clone https://github.com/AAdewunmi/Laptop_eStore-NodeJS_Project-.git
```2. Run "nodemon" in terminal (from clone rep on your local machine)
3. Open [localhost][port number]/products in your favorite browser (eg http://127.*.*.9:1337/products
4. Explore
```
Enjoy :)
```### App UI (Demo)

---
Source code forked from Jonas Schmedtmann https://github.com/jonasschmedtmann/complete-javascript-course/tree/master/99-bonus-1/starter