Skip to content

Commit a305ee4

Browse files
committed
updated readme and added assets and badges
1 parent b490f83 commit a305ee4

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
# GCP Datastore Emulator UI
22

3+
<!-- Badges -->
4+
5+
![License](https://img.shields.io/badge/license-MIT-blue)
6+
![Version](https://img.shields.io/badge/version-0.0.1-blue)
7+
![Go Version](https://img.shields.io/badge/go-1.21.5-blue)
8+
![Next.js Version](https://img.shields.io/badge/next.js-14.0.4-blue)
9+
310
A user-friendly, efficient, and modern UI for the GCP Datastore Emulator, designed for ease of use without compromising on resource efficiency.
411

12+
<div style="display: flex; justify-content: center; align-items: center">
13+
<img src="assets/gcp.png" height="40"/>
14+
<img src="assets/datastore.png" height="60"/>
15+
</div>
16+
17+
<!-- Table of Contents -->
18+
19+
## Table of Contents
20+
21+
- [Introduction](#introduction)
22+
- [Key Features](#key-features)
23+
- [Motivation](#motivation)
24+
- [Getting Started](#getting-started)
25+
- [Demo](#demo)
26+
- [Roadmap](#roadmap)
27+
- [Contributing](#contributing)
28+
- [License](#license)
29+
- [Support and Contact](#support-and-contact)
30+
531
## Introduction
632

733
GCP Datastore Emulator UI is an open-source project aimed at providing a simple yet powerful user interface for the GCP Datastore Emulator. It's built with a focus on minimal resource usage, combining Golang and Next.js to serve a static site from the same server. This approach not only simplifies deployment but also ensures low overhead.
@@ -60,6 +86,10 @@ We're working towards providing standalone releases of the GCP Datastore Emulato
6086

6187
---
6288

89+
## Demo
90+
91+
![Demo](assets/demo.gif)
92+
6393
## 🚀 Roadmap
6494

6595
We're on an exciting journey to enhance the GCP Datastore Emulator UI. Here's a glance at what we've achieved and what we're planning next:

assets/datastore.png

5.13 KB
Loading

assets/demo.gif

5.04 MB
Loading

assets/gcp.png

8.06 KB
Loading

0 commit comments

Comments
 (0)