Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 613 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 613 Bytes

Shrtify URL Shortener

Requirements

Frontend

  1. bun

  2. golang

  3. volta

  4. docker

  5. docker-compose best use manually

Installation

mv frontend/.env.local frontend/.env

mv backend/.env.local backend/.env

docker-compose up

source ./backend/.env && ./scripts/create-database.sh

cd frontend && bun install

cd backend && go build

Start Development

cd backend && source .env && go run src

cd frontend && bun run dev