Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aungphyoex/aungpyaephyo.com

My personal portfolio website built with Next.js.
https://github.com/aungphyoex/aungpyaephyo.com

Last synced: 6 days ago
JSON representation

My personal portfolio website built with Next.js.

Awesome Lists containing this project

README

        

```shell
CREATE TABLE views (
slug VARCHAR(255) PRIMARY KEY,
count INT NOT NULL
);
```