Zoltw / throne-tracker

Find best public toilets near you. MERN stack app, based on google maps api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throne Tracker

Throne Tracker


Setting up development environment of project

Requirements:

  1. Make sure that you have Node.js and Docker installed.
  2. Clone the repository
git clone https://github.com/Zoltw/throne-tracker.git
  1. Go to frontend directory
cd frontend
  1. Copy .env.template to .env
 cp .env.template .env
  1. Provide your google maps Api key and backend URL in .env file
VITE_GOOGLE_MAPS_API_KEY= 
VITE_APP_BACKEND_URL=  #eg http://localhost:8080
  1. Back to root directory
cd ..
  1. On working directory
docker compose up
  1. Server is running on port 3000 - http://localhost:3000

Throne Tracker Throne Tracker

Diagram

Throne Tracker Diagram

About

Find best public toilets near you. MERN stack app, based on google maps api


Languages

Language:TypeScript 74.8%Language:CSS 14.9%Language:JavaScript 9.5%Language:HTML 0.5%Language:Dockerfile 0.3%