Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/belchenkov/loc8r
- Owner: Belchenkov
- Created: 2020-07-10T06:13:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T08:38:02.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T00:36:58.658Z (over 1 year ago)
- Topics: angular, docker, expressjs, makefile, mongodb, nodejs, pug, typescript
- Language: JavaScript
- Homepage: https://damp-atoll-80605.herokuapp.com
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 installedTo 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`