Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aungphyoex/aungpyaephyo.com
- Owner: aungphyoex
- Created: 2024-04-26T12:58:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T03:02:56.000Z (16 days ago)
- Last Synced: 2024-12-24T16:36:32.695Z (14 days ago)
- Language: TypeScript
- Homepage: https://www.aungpyaephyo.com
- Size: 23.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
CREATE TABLE views (
slug VARCHAR(255) PRIMARY KEY,
count INT NOT NULL
);
```