Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

hakanbisgin/EduApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EduApp

EduApp is a simple web application.

Getting Started

Requirements:

  • PHP 8.2
  • Composer
  • MySQL 5.7

To initialize db at the first time you can use db_ddl.sql

To configure the project you can use the following commands:

cp .env.example .env

Then you can edit the .env file to match your configuration.

To install the project you can use the following commands:

composer install

To serve the project you can use php built-in server with the following command:

php -S localhost:8000 -t public/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors