Skip to content

SenhorLion/react-native-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tracker App

Record a users movement to create 'tracks' of walks, runs or bike rides.

Features:

  • React Native App:

    • Create new track
    • Record track
    • Save track
    • Display list of recorded tracks
    • Display real time tracker on map
  • Express API with MongoDB:

    Usage:

    If running locally for development you can use a local Mongo db instance, in this case:

    1. start Mongod: mongod
    2. start mongo: mongo
    3. start backend: npm run start:dev

    Otherwise, you can use the Mongo Cloud Atlas instance:

    1. start backend: npm run start:prod

About

Express API and React Native Map integration project - currently in progress.

Resources

Stars

Watchers

Forks

Packages

No packages published