-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-ch(swagger docs):correct swagger for header setup
- Loading branch information
Showing
6 changed files
with
92 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
eslint: | ||
enabled: true | ||
config_file: .eslintrc.json | ||
file_patterns: | ||
- "*.js" | ||
- "*.ts" | ||
enabled_plugins: | ||
- eslint-plugin-react | ||
- eslint-plugin-import | ||
- eslint-plugin-prettier | ||
- eslint-plugin:@typescript-eslint | ||
linters: | ||
eslint: | ||
enabled: true | ||
config_file: .eslintrc | ||
file_patterns: | ||
- '*.js' | ||
- '*.ts' | ||
enabled_plugins: | ||
- eslint-plugin-react | ||
- eslint-plugin-import | ||
- eslint-plugin-prettier | ||
- eslint-plugin:@typescript-eslintnp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,26 @@ | ||
[![Coverage Status](https://coveralls.io/repos/github/atlp-rwanda/champs-ec-be/badge.svg?branch=development)](https://coveralls.io/github/atlp-rwanda/champs-ec-be?branch=development) | ||
### champs-ec-be | ||
|
||
[![Coverage Status](https://coveralls.io/repos/github/atlp-rwanda/champs-ec-be/badge.svg?branch=development)](https://coveralls.io/github/atlp-rwanda/champs-ec-be?branch=development) | ||
![Code Climate coverage](https://img.shields.io/codeclimate/coverage/atlp-rwanda/champs-ec-be) | ||
|
||
[![Maintainability](https://api.codeclimate.com/v1/badges/44cd8dee96aeb01f2dd0/maintainability)](https://codeclimate.com/github/atlp-rwanda/champs-ec-be/maintainability) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/44cd8dee96aeb01f2dd0/test_coverage)](https://codeclimate.com/github/atlp-rwanda/champs-ec-be/test_coverage) | ||
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white) ![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB) ![CircleCI](https://img.shields.io/badge/circle%20ci-%23161616.svg?style=for-the-badge&logo=circleci&logoColor=white) | ||
|
||
# champs-ec-be | ||
# How to use the project | ||
|
||
## How to use the project online | ||
|
||
- | ||
|
||
## How to run the project locally | ||
|
||
To run the project you have to and run the following command : | ||
|
||
- git clone https://github.com/atlp-rwanda/champs-ec-be.git | ||
- npm install | ||
- npm run build | ||
- npm run dev | ||
|
||
## To test the project you run | ||
|
||
- npm run test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters