diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..7ee2eb2 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,17 @@ +## exclude auto generated files from codeclimate analysis +exclude_patterns: +- "backend/autogen/bar.gen.go" +- "frontend/src/lib/api/*" +- "config/" +- "db/" +- "dist/" +- "features/" +- "**/node_modules/" +- "script/" +- "**/spec/" +- "**/test/" +- "**/tests/" +- "Tests/" +- "**/vendor/" +- "**/*_test.go" +- "**/*.d.ts" \ No newline at end of file diff --git a/README.md b/README.md index 367f665..0455643 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,23 @@ +

+

+ Release + Travis + Software License + + + Go Report Card + GoDoc +

+

+ # Le Bar **Le Bar** is a monorepository containing both the frontend and backend components of a system designed to manage various aspects of a bar's operations. This document provides an overview of the project structure, setup instructions, and available commands. +## Presentation + +presentation + ## Dependencies Before you begin, ensure you have the following dependencies installed: diff --git a/docs/image.png b/docs/image.png new file mode 100644 index 0000000..3a1fdc3 Binary files /dev/null and b/docs/image.png differ