AlexIchenskiy / kojikukac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koji Kukac Hackathon - Team Burek

Goal

Build a web app where a signed up user can:

  • view available parking spots,
  • view details about a parking spot,
  • reserve a parking spot (partially implemented),

and where an admin can:

  • view availability of spots in real time (unimplemented),
  • add and modify park spots (unimplemented).

How to run

Note: before running, make sure an API key is available for Google Maps in the frontend/.env file under the variable name VITE_GOOGLE_MAPS_API_KEY.

The simplest way to run the app using docker-compose by running:

$ docker-compose build
$ docker-compose up

About


Languages

Language:Go 56.3%Language:JavaScript 29.2%Language:SCSS 13.2%Language:Batchfile 0.7%Language:HTML 0.6%