Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.11 KB

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