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 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T18:16:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T07:24:41.078Z (6 months ago)
- Topics: angular, docker, expressjs, makefile, mongodb, nodejs, pug, typescript
- Language: JavaScript
- Homepage: https://damp-atoll-80605.herokuapp.com
- Size: 1.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
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`