MODERNLAND

image

Modernland a website that is built with HTML / SASS / Vanilla JS and uses Strapi CMS REST API to retrieve products and show it in the website.

Built With

Getting Started

First you will need a local or public Strapi instalation, a collection with the name Product should be created and shoudl contain the following fields

  • title : string
  • image_1_url : string
  • price : integer
  • quantity : integer with a default value of null

Installing

  1. Clone the repo:
git clone https://github.com/Yupp76/semester-project-2.git
  1. Install the dependencies:
npm install

Running

To run the app, run the following commands:

npm run start

Contact

My LinkedIn page