/react-nest-map

Primary LanguageTypeScriptMIT LicenseMIT

Map app using ReactJS + NestJS 💼

Version License: MIT

Monorepo with a React frontend and NestJS backend. The app is built with TypeScript in server and front side. With this app you can see multiple devices displayed on a map grouped by clusters. The app is responsive and is working on mobile devices.

Mao

The list of points displayed on the map can be looked up using a table

Table

Frontend stack

Backend stack

Install

npm ci
lerna clean --yes
lerna bootstrap

Start frontend

lerna exec --scope frontend -- npm run start

Frontend in dev mode is running in port 3000

Start backend

lerna exec --scope backend -- npm run start

Backend is running in port 3333

Docker

The app can be started using docker-compose. Running the following command images will be create.

docker up

App runs in port 8080

Author

👤 David Jimenez Calvo

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 David Jimenez Calvo.
This project is MIT licensed.