Skip to content

vostpt/api

Repository files navigation

VOST Portugal API

Project setup

Install dependencies:

composer install

Copy the .env file:

cp .env.example .env

Generate an encryption key:

php artisan key:generate

Generate JWT secret key:

php artisan jwt:secret

Database

Execute the migration and seeders:

php artisan migrate:refresh --seed

Testing

To run the tests, execute:

vendor/bin/phpunit --dump-xdebug-filter xdebug-filter.php
vendor/bin/phpunit --prepend xdebug-filter.php

Contributing

Contributions are always welcome, but before anything else, make sure you get acquainted with the CONTRIBUTING guide.

Credits

License

This project is open source software licensed under the MIT LICENSE.

About

VOST Portugal API

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages