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.
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
- Clone the repo:
git clone https://github.com/Yupp76/semester-project-2.git
- Install the dependencies:
npm install
To run the app, run the following commands:
npm run start