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

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.

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)

![Image description](Screenshot_The-Laptop-Store%20.png)

---

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