Skip to content

BRIKEV/location-tracker

Repository files navigation

location-tracker

React, NodeJS, and MongoDB app to track taxi location and prices to create a heat map with the results.

getting started

Install dependencies

npm i

This app is a monolith with a React + TS app and a backend with NodeJS and MongoDB.

Frontend

Running the app

npm run dev

Build the app

npm run build

App linter

npm run lint

cypress tests

npm run cypress:open

Backend

Run docker image

npm run docker

Execute the app

npm start

Execute tests

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published