Skip to content

Commit a52a912

Browse files
authored
README: Updated readme
1 parent efe0eb7 commit a52a912

File tree

1 file changed

+61
-2
lines changed

1 file changed

+61
-2
lines changed

README.md

+61-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,61 @@
1-
# gateway-api
2-
Gateway API for Coder Mind APIS
1+
# Gateway API
2+
3+
#### API proxy from Coder Mind's APIs
4+
5+
6+
[![Build status](https://dev.azure.com/codermindproject/Coder%20Mind/_apis/build/status/Production/Gateway-api%20production)](https://dev.azure.com/codermindproject/Coder%20Mind/_build/latest?definitionId=10)
7+
[![Release status](https://vsrm.dev.azure.com/codermindproject/_apis/public/Release/badge/2cbdac35-45f6-4fc4-a511-54ecd832b244/5/5)](https://api.codermind.com.br)
8+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-blue.svg?style=flat-square)](#contributors)
9+
![contributions-welcome](https://img.shields.io/badge/contributions-welcome-brightgreen)
10+
![license-BS3](https://img.shields.io/badge/license-BSD%203-green)
11+
12+
## Contact information:
13+
14+
Owner: Coder Mind
15+
16+
E-mail: contato@codermind.com.br
17+
18+
___
19+
20+
## Workflow
21+
22+
Install dependencies with:
23+
24+
`npm install`
25+
26+
Build application with:
27+
28+
`npm run build`
29+
30+
Run the application with:
31+
32+
`npm start`
33+
___
34+
35+
## Contributors
36+
37+
<table>
38+
<tr>
39+
<td align="center">
40+
<a href="http://allanalves23.com">
41+
<img
42+
src="https://avatars0.githubusercontent.com/u/27220715?v=4" width="100px;"
43+
alt=""
44+
/>
45+
<br />
46+
<sub>
47+
<b>Allan W. Alves</b>
48+
</sub>
49+
</a>
50+
<br />
51+
</td>
52+
<td>
53+
<div>
54+
<a href="https://github.com/coder-mind-project/panel/commits?author=allanalves23">
55+
PO, Tech master and developer
56+
</a>
57+
</div>
58+
</td>
59+
</tr>
60+
<br/>
61+
</table>

0 commit comments

Comments
 (0)