Ng Maps is an application that allows you to create Markers with information on Google and 2Gis maps.
https://ng-maps.herokuapp.com/
Use these steps to install project
- npm i
- Create credentials (Google API key, Facebook API key, Google Maps API key)
- Add credentials to environment.ts file
- Add you MongoDB database connection to process.env.MONGOURL variable
- npm run build
- npm start
In this app you can:
- Authenticate users using Facebook, Google and local auth strategies.
- Change map type to Google Maps or 2Gis maps.
- Add markers to maps.
- Clear list of markers.
- Add title to marker.
- Navigate to marker.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Vlad Morzhanov
Copyright (c) 2018 Vlad Morzhanov. You can review license in the LICENSE file.