Skip to content

mackankowski/beacons-store-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beacons Store for Web

Built with React, React-Router and Google Firebase as backend services.

Demo

beacons.store

To sign in:

  • email: demo@beacons.store
  • password: beacons.store

Get started

  • Create Firebase configuration file <project_directory>/src/components/Firebase/config.js and fill up by following template:
const config = {
  apiKey: '',
  authDomain: '',
  databaseURL: '',
  projectId: '',
  storageBucket: '',
  messagingSenderId: ''
};

export default config;

In project directory run npm install to verify that all dependencies are fetched.

In the project directory run npm start to launch app in the development mode via http://localhost:3000.

About

Dashboard for Smart Store based on beacons transmitters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published