Skip to content

React Single-Page-Application with a Go REST-API Backend written for the webdev uni course at HWR Berlin (graded full 100% score). Additionaly implements Go middleware to handle CORS-requests and ships with Docker Compose for easy startup.

Notifications You must be signed in to change notification settings

mansf-osk/skate-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skate Tracker

A toy project written for the webdev uni course at HWR Berlin using a react frontend and a golang stdlib backend communicating via rest-api.

How to run the application

An installation of docker with docker compose is required!

  1. Download code:
git clone https://github.com/mansf-osk/skate-tracker.git
  • or alternatively download as .zip via the Github GUI and unzip with e.g. 7zip.
  1. Move to project root directory:
cd skate-tracker
  • This should be the directory containing the compose.yaml file.
  1. Start up application:
docker compose up

About

React Single-Page-Application with a Go REST-API Backend written for the webdev uni course at HWR Berlin (graded full 100% score). Additionaly implements Go middleware to handle CORS-requests and ships with Docker Compose for easy startup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published