Skip to content

kevchcm/codestack-systems-api

Repository files navigation

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

About

Code challenge for Codestack Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published