Skip to content

only-for-testing/Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge

Overview

This repository contains a simple web application with two main components:

  1. API: Written in Laravel PHP, the API serves as the backend for the application and listens on port 8000.
  2. Client: Developed using Nuxt.js, the client is the frontend of the application and listens on port 3000.

Environment Variables

  • API Directory: Take a look at the .env file in the API directory. It should contain the necessary credentials to connect to the database.

      DB_CONNECTION=mysql
      DB_HOST=db
      DB_PORT=3306
      DB_DATABASE=bookapi
      DB_USERNAME=app
      DB_PASSWORD=password
  • Client Directory: Check the .env file in the Client directory. It should contain the connection string to connect to the API.

      VITE_API_URL=http://api:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published