Skip to content

skyferix/projectAssigner

Repository files navigation

ProjectAssigner

Simple project management app.

This app build using php framework Symfony. Whole app works on MVC (Modal View Controller) principle.

Table of content

Technologies

Setup

Download

Run commands

composer update
npm i
npm run build

Server

To start server use

symfony server:start

Database

Current app is setuped to work on localhost address wich can be changed is .env file.

Start

To start using the local web server go to

https://127.0.0.1:8000/

or

https://localhost:8000/

Testing

For testing used purpsoses created separate database.

NOTE: I tried run sqli database from memory for testing purposes but run into records creating problem.

To run test run command

symfony php bin/phpunit tests/StudentTest.php

Refreshing

Refresh is done by simply puting header with refresh tag

NOTE: Didn't have time to make content replace with async javascript.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published