Extension | Type | Description | Link |
---|---|---|---|
js | Javascript | Code | Code |
ts | TypeScript | Code | Code |
jsx | JSX files describe what the UI should look like (HTML elements, etc.) | jsx |
Name | Description | Link |
---|---|---|
oak | middleware | link |
REST API | architecture | link |
Postgres | database | link |
phpMyAdmin | web based SQL admin tool | link |
Fresh | UI framework for deno | link |
Preact | UI framework for deno | link |
React | UI framework for node.js | link |
Rust | programming language | link |
TypeScript | programming language | link |
CRUD | design pattern | link link |
Remult | framework for CRUD | link |
Express | link | |
Angular | link |
https://blog.logrocket.com/getting-started-deno-fresh
https://github.com/rosdec/deno_fresh_heroes
https://deno.land/manual@v1.29.1/examples
web page:
https://remult.dev/
Tutorial:
https://dev.to/yonirapoport/build-a-full-stack-crud-app-using-denos-fresh-and-postgres-4l39
github repository:
https://github.com/yoni-rapoport/fresh-remult-todo
sources of remult:
https://www.skypack.dev/view/remult
https://github.com/remult/remult
https://github.com/remult/remult/blob/master/projects/deno/postgres.ts
docs of remult:
https://remult.dev/docs
go to
https://deno.com/deploy
sign in with github account