Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/belchenkov/loc8r

A location-aware web application that displays listings near users and invites people to log in and leave reviews.
https://github.com/belchenkov/loc8r

angular docker expressjs makefile mongodb nodejs pug typescript

Last synced: 5 days ago
JSON representation

A location-aware web application that displays listings near users and invites people to log in and leave reviews.

Awesome Lists containing this project

README

        

# Loc8r

> A location-aware web application that displays listings near users and invites people to log in and leave reviews.

## Get the code to run on your machine

Pre-requisites:

* Git installed
* A command line interface capable of running Git commands
* Node v11 installed

To get the code for a specific branch:

`$ git clone`

Then change into the folder the git clone command will create:

`$ cd folder`

And finally install the dependencies:

`npm install`

## Getting the code via Docker

Pre-requisites:

* Docker

To get the code for a specific branch:

`$ git clone`

Then change into the folder the git clone command will create:

`$ cd folder`

And finally run the docker containers

`make build`

To remove the containers when complete

`make destroy`