Skip to content

pytorchtw/go-jwt-server

Repository files navigation

Golang JWT Login Server

This is a starter project that demonstrates the features of the following Golang related stack. Testing code included

Backend

Frontend

  • react, react-hooks
  • material-ui
  • axios
  • react-router-dom

React Frontend Installation

cd react_frontend/react-material
npm install

Usage

start postgresql db in container

docker-compose up postgresql

start golang server via script

bash start_testserver.sh # ./start_testserver.sh

compile and start frontend server

cd react_frontend/react-materail
npm start

Screenshots