Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetimob/test
The start up config for a project
https://github.com/jetimob/test
Last synced: about 2 months ago
JSON representation
The start up config for a project
- Host: GitHub
- URL: https://github.com/jetimob/test
- Owner: jetimob
- Created: 2020-11-24T13:20:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-17T18:50:17.000Z (about 4 years ago)
- Last Synced: 2023-03-05T06:49:55.627Z (almost 2 years ago)
- Language: PHP
- Size: 695 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JET TESTING 0.1
#### SET UP THE PROJECT
To run the docker and build the containers. The option `--build` is to force build, and `-d` is
to detach and not block the terminal
```
docker-compose up --build -d
```
#### Dependencies
Need to rum on the root of project
```
npm run install
```
Access the PHP container and run the `composer install`
```
docker exec -ti php_fpm_jetimob5 bash
composer install
```
or use this short version
```
docker exec -ti php_fpm_jetimob5 composer install
```#### Hosts
Add the follow domains att the hosts files
```
127.0.0.1 jet.test
```#### Links
Design Patterns - https://refactoring.guru/design-patterns
PRs - https://www.php-fig.org/psr/
Git - https://git-scm.com/book/en/v2