MEAN app to find nearby shops
- Node
- Express (For API & Site) & PUG (Template Engine)
- Angular (Dynamic Frontend)
- mongoose & MongoDB
- Node-fetch
- requests (API Requests)
#Features:
git clone https://github.com/Whispard/locater
cd locater
npm install
Then in new shell, use
mongod
and finally, 'npm start`
You can check database data with MongoDB Compass or change default start data in app_api/models/location.js
PUG uses pre-compiled build files from Angular,
to recompile dynamic frontend angular , use ng build