Skip to content

Commit a5471b1

Browse files
author
Spencer Smolen
committed
created /api and /docs dirs
1 parent ff2c3b0 commit a5471b1

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md README.adoc

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# GitOps Console
1+
= GitOps Console
22

3-
## Overview
3+
image::docs/logo.png[20px,20px]
4+
5+
== Overview
46

57
Secrets and other configuration for the `console-api` microserice should be located at:
68

@@ -16,7 +18,7 @@ Afterwards, edit `./configs/app.env` to contain:
1618
* credentials to a valid Postgres 14 database
1719
* SMTP credentials to a Mailtrap Inbox
1820

19-
## API Overview
21+
== API Overview
2022

2123
METHOD METHOD ROUTE DESCRIPTION
2224
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@@ -48,13 +50,13 @@ Afterwards, edit `./configs/app.env` to contain:
4850
* Project Structure
4951
- https://github.com/golang-standards/project-layout
5052

51-
## References
53+
== References
5254

53-
### CORS
55+
=== CORS
5456

5557
* https://fetch.spec.whatwg.org/#http-cors-protocol
5658

57-
## Backend
59+
== Backend
5860
https://github.com/wpcodevo/golang-gorm-postgres
5961

6062
. https://codevoweb.com/setup-golang-gorm-restful-api-project-with-postgres
@@ -63,12 +65,12 @@ https://github.com/wpcodevo/golang-gorm-postgres
6365
4. https://codevoweb.com/forgot-reset-passwords-in-golang-with-html-email
6466
5. https://codevoweb.com/build-restful-crud-api-with-golang
6567

66-
## Frontend
68+
== Frontend
6769

6870
https://github.com/wpcodevo/react-query-axios-tailwindcss
6971
https://github.com/wpcodevo/node_typeorm
7072

71-
## Hostname Definitions
73+
== Hostname Definitions
7274

7375

7476

File renamed without changes.

docs/logo.png

59.2 KB
Loading

0 commit comments

Comments
 (0)