Skip to content

Commit

Permalink
docs: add banner image 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
kareemmahlees committed Feb 29, 2024
1 parent ccb201b commit 0248d11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<h1 align='center'>
MetaX
</h1>
<p align='center'>
RESTfull & GraphQL API for your database</p>

<img src="./docs/banner.png"/>
<p></p>
<div align='center'>

![GitHub go.mod Go version (subdirectory of monorepo)](https://img.shields.io/github/go-mod/go-version/kareemmahlees/meta-x)
Expand All @@ -16,7 +12,7 @@

**MetaX** introduces a _RESTFull_ and _GraphQL_ API that allows you to control your database through http requests programmatically, i.e creating tables and databases, adding columns and deleting columns, etc .

![Screen shot of running application](./docs/screenshot.png)
<!-- [Screen shot of running application](./docs/screenshot.png) -->

## Installation

Expand Down
Binary file added docs/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
// Main
//
// @title MetaX
// @version 1.0
// @description A RESTFull and GraphQL API to manage your MySQL DB
// @version 0.1.1
// @description A RESTFull and GraphQL API to supercharge your database
// @contact.name Kareem Ebrahim
// @contact.email [email protected]
// @host localhost:5522
Expand Down

0 comments on commit 0248d11

Please sign in to comment.