Skip to content

Backend for Makers Academy Software Engineering Project - Bar.io. ExpressJS, NodeJS, Google APIs, Jest.

Notifications You must be signed in to change notification settings

s-palmer/bar.io-backend

 
 

Repository files navigation

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.

About

Backend for Makers Academy Software Engineering Project - Bar.io. ExpressJS, NodeJS, Google APIs, Jest.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Shell 0.7%