Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.1 KB

README.md

File metadata and controls

53 lines (37 loc) · 2.1 KB

Bar.io Backend

A server API that gives you the top 5 bars within walking distance of your location.

Table of Contents

Logo Tool Use Where is it used?
ReactJS ReactJS is a front-end JavaScript library for building user interfaces based on UI components. Frontend Repo
Node NodeJS is a back-end JavaScript runtime environment
ExpressJS ExpressJS is a fast, unopinionated, minimalist web framework for Node.js
Heroku Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud. Live deployment.

Pre-Requisites

Google Cloud API key.

  • Register for free here.
  • Required APIs to enable:
  • Geocoding
  • Places
  • Maps JavaScript API

Environment Variables

In a .env file:

Quickstart

Clone this repository. Then:

> npm install
> nodemon server.js

Runs the app in development mode.