Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 675 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 675 Bytes

CODESTACK SYSTEMS API

This is a simple application that connects to an API and fetch the necessary information

Tech

Install

Download the project

Copy .env.example file

cp .env.example .env

Add API URL variable in .env file

VITE_API_URL=https://apiurl/test

Install the dependencies and devDependencies and start the server.

npm install
npm run dev

The HTML is located under /resources/views

The JS for the API connection is located under /resources/js/app.js