A URL shortener using Next.js 14 server actions, Postgres or SurrealDB, Shadcn/ui, and Tailwind.
Find a file
2024-02-15 15:11:46 -08:00
.devcontainer init 2024-02-15 13:23:35 -08:00
src db create 2024-02-15 15:11:46 -08:00
.eslintrc.json init 2024-02-15 13:23:35 -08:00
.gitignore init 2024-02-15 13:23:35 -08:00
.prettierignore init 2024-02-15 13:23:35 -08:00
components.json init 2024-02-15 13:23:35 -08:00
CONTRIBUTING.md init 2024-02-15 13:23:35 -08:00
docker-compose.yml init 2024-02-15 13:23:35 -08:00
Dockerfile init 2024-02-15 13:23:35 -08:00
LICENSE-Apache init 2024-02-15 13:23:35 -08:00
LICENSE-MIT init 2024-02-15 13:23:35 -08:00
next.config.js init 2024-02-15 13:23:35 -08:00
package-lock.json db create 2024-02-15 15:11:46 -08:00
package.json db create 2024-02-15 15:11:46 -08:00
postcss.config.js init 2024-02-15 13:23:35 -08:00
README.md db create 2024-02-15 15:11:46 -08:00
shell.nix init 2024-02-15 13:23:35 -08:00
tailwind.config.ts init 2024-02-15 13:23:35 -08:00
tsconfig.json init 2024-02-15 13:23:35 -08:00

Example .env

# If not using docker, use 0.0.0.0:8000
DB_PORT=surrealdb:8000
DB_USER=root
DB_PASSWORD=root

License

All code in this repository is dual-licensed under either License-MIT or LICENSE-APACHE at your option. This means you can select the license you prefer. Why dual license