Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

tumichnix/pumpensimulation

Repository files navigation

Pumpensimulation

Install

cd [PATH-TO-PROJECT]
chmod -R 0777 ./storage && composer install
cp .env.example .env
touch database/database.sqlite
php artisan migrate[:refresh]
php artisan db:seed // only run for generating test data
php -S localhost:8080 -t public

Postman Collection

You can import the "pumpensimulation.postman_collection" to get a quick and smart start with the restful api.

Get calculation for a project without REST

cd [PATH-TO-PROJECT]
php artisan project:calculation ID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages