Nightlife Coordination App is a Nodejs/Express microapplication connected to Yelp API where users can indicate which bar in their vicinity they will be joining on a specific night.
To run the project, simply clone the package and run the commands bellow in the root folder of the cloned project. The application will then be started and can be accessed via the localhost:3000 or 127.0.0.1:3000 route inside your browser.
$ npm i
$ node index.js
a live version of the application is available at https://nodejs-nightlife-app.herokuapp.com/