React, NodeJS, and MongoDB app to track taxi location and prices to create a heat map with the results.
Install dependencies
npm i
This app is a monolith with a React + TS app and a backend with NodeJS and MongoDB.
Running the app
npm run dev
Build the app
npm run build
App linter
npm run lint
cypress tests
npm run cypress:open
Run docker image
npm run docker
Execute the app
npm start
Execute tests
npm test