Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xip-online-applications/coding-standards-poc
POC for coding standards and best practices within XIP
https://github.com/xip-online-applications/coding-standards-poc
xip-nl
Last synced: 8 days ago
JSON representation
POC for coding standards and best practices within XIP
- Host: GitHub
- URL: https://github.com/xip-online-applications/coding-standards-poc
- Owner: xip-online-applications
- Created: 2022-01-14T13:29:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T03:22:29.000Z (12 months ago)
- Last Synced: 2024-11-14T07:27:05.642Z (2 months ago)
- Topics: xip-nl
- Language: PHP
- Homepage:
- Size: 428 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
XIP Coding standards
=========================[![Code checks & build](https://github.com/xip-online-applications/coding-standards-poc/actions/workflows/main.yaml/badge.svg)](https://github.com/xip-online-applications/coding-standards-poc/actions/workflows/main.yaml)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=master&repo=447977202)## Documentation
You can find more extended documentation over here:
- [routes](./docs/routes.md)
- [requests](./docs/requests.md)
- [testing](./docs/testing/README.md)## Setup
To setup your environment, run the following steps:
```shell
make prepare
make reset
```You can now start the application:
```shell
make start
```To stop, simply run:
```shell
make stop
```