Article: https://quicktuts.online/url-shortener
Create .env file
touch .envDB_URL=
DB_TOKEN=turso db create bunshortlyGet the db url
turso db show bunshortlyGet the db token
turso db tokens create bunshortlyUpdate the .env file with the token and url from the above commands
To start the development server run:
bun run devOpen http://localhost:3000/ with your browser to see the result.