Test task for Faraway - Responsive Admin panel
Svelte with TypeScript (front-end) + Golang (back-end) + PostgreSQL
How to start:
Open your lovely terminal/shell and
Set up Docker
docker compose up
Set up Backend
cd backend
go run main.go
P.S. Probably you'll need to install a two additional Go packages: 'go get github.com/gorilla/mux' and 'go get github.com/lib/pq'
- Finally setting up Frontend-part 👽
cd frontend
yarn install (or npm install)
yarn dev (or nmp dev)
Now click to the Link and enjoy your journey :)