Skip to content

siberianbear/test-task-admin-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Set up Docker

docker compose up

  1. 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'
  1. 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 :)

About

Svelte (front-end) + Golang (back-end) + DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published