/foxgres

Primary LanguageGo

🦊 Foxgres

Quickstart

Notice: at first download requirements

Clone repo

git clone https://github.com/KeoFoxy/foxgres

Change directory

cd foxgres

Run app in docker

make run

Frontend

  • React
  • TypeScript
  • MUI
  • Vite
  • TBA...

Requirements

How to run UI

npm install
npm run dev

Backend

  • Golang

Run backend with postgres in docker:

make run #run all containers
make stop #stop all containers

Swagger available on http://localhost:8080/docs/

pgAdmin available on http://localhost:5050

login: admin@admin.com
password: admin

postgres_host: db
postgres_database: foxgres
postgres_password: admin

Requirements

Contributing

Branch naming

frontend/your-feature
backend/your-feature