You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create some simple markup (of course use routing for the pages, we create SPA)
a. Authorization
b. Main page
c. About author
Draw simple map with point of your geolocation
Implement zoom in/out buttons on a map
Click on a map has to create a marker
Implement save and show buttons – save button saves all the created markers, show button – shows it
When clicking on the save button marker should be sent to the server
a. Create a back-end (node.js + express + mongodb)
b. Create a user api
c. Create an api to save location array
d. Create a GET request to fetch all saving markers
e. Authorization (Basic auth)
Create list with type of objects to be chosen (pharmacies, gas stations, schools, restaurants) so click on the list item has to draw markers on the map).
Start application
Start MongoDB on localhost. Run C:\Program Files\MongoDB\Server\3.4\bin>mongod.exe --dbpath c:\data\db.