Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```