Free and open-source collaborative map editing software.
- Shapefiles, GeoJSON, and Keyhole Markup Language import support
- User collaboration features:
- Like/Dislike maps
- Commenting on a map
- Associate tags to your maps
- How to start the client:
npm start
- How to start backend:
nodemon index.js
- Install MongoDB
HTTP Website:
- Uncomment and comment appropriate lines in client/Dockerfile
- Modify
.env.production
in server (See other .env for example) - Run
docker-compose up -d --build
HTTPs Website:
- Create https certificate with certbot
- Modify client/nginx/default.conf as necessary
- Modify
.env.production
in server (See other .env for example) - Run
docker-compose up -d --build