Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

EvaldasBurlingis/bit-sprint2-crud

Repository files navigation

BIT sprint 2: CRUD Application

Plain PHP CRUD application without using frameworks

Functionality

✔️ use mysql
✔️ can add employee
✔️ can edit employee details
✔️ can delete employee
✔️ can add project
✔️ can edit project
✔️ can remove project
✔️ can assign employee to project
✔️ project can have multiple employees
✔️ remove employee from project
✔️ list projects
✔️ list employess

Installation

NOTE DOCKER USE

Docker is used for mysql container. To use docker-compose create mysql folder in root directory and then run docker-compose;

  • Using local php environment
    # clone repository
    git clone git@github.com:EvaldasBurlingis/bit-sprint2-crud.git

    # change directory
    cd bit-sprint-2-crud

    # add your database credentials(host, username, password) to config/database.php

    # if using local php server run
    php -S localhost:8000

    # go to
    localhost:8000/install.php
  • Using server
    # clone to your serve
    git clone git@github.com:EvaldasBurlingis/bit-sprint2-crud.git

    # change directory
    cd bit-sprint-2-crud

    # add your database credentials(host, username, password) to config/database.php

    # go to
    your-server-address/install.php

Screenshots

About

BIT Coding bootcamp - PHP CRUD App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published