Skip to content

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

Notifications You must be signed in to change notification settings

Zoltw/throne-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published