Track things (devices) on a world map.
Clone this repository:
git clone https://github.com/nenadfilipovic/things-map
Provide populated .env file, example file is in root directory.
Installing is simple as running docker-compose up
inside root folder where docker-compose.yml file is located. Run migrations with npm run setup and run whole stack with npm run dev.
If you want to run it from VS-Code you can install Docker extension that enables you to run docker files from editor without using docker cli.
- Nenad Filipovic - Initial work - nenadfilipovic
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.