Skip to content

weiw11/Overnight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overnight

This is still a WIP project.

A MEAN Stack project to find locations to park overnight for on the road lifestyle.

Uses:

  • Open Street Maps
  • Leaflet
  • Nominatim

Instructions: requires .env file in backend folder with the following keys:

DB_USER=[Username]
DB_PASS=[Password]
DB_URI=[MongoDB URI]
DB_NAME=[MongoDB Collection Name]

requires .env.ts file in frontend/src/app folder with the following:

export const apiURL = `https://localhost/api/locations/`;

Angular Frontend Structure:

Map Module
│ Map Page Component
│ └► Map View Component

Preview: Image

TODO:

  • API call(s) only when zoomed in.
  • API call(s) based on bounding box to reduce initial bandwidth usage.
  • Live search results dropdown
  • Fix buggy safari touch
  • Location save to storage/user accounts?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published