/plan-backend

The project involves scraping the old college plan processed data and serving it to the front to show it.

Primary LanguagePHPMIT LicenseMIT

CI License PHPStan Enabled

Development

If you have problems with permissions please add sudo before make example:

  • sudo make setup
  • sudo make start

Run env for Mac/Linux

  • make setup
  • make run

Run env for Windows

Please install packages makefile for Windows

  • make install
  • make run

Address where the environment is available

  • http://localhost

Documentation for a Rest Api

  • http://localhost/docs/api#/

All commands

  • make help