Steps to run app locally:
PREREQUISITES: docker
- $ git clone https://github.com/j0y0nt/loc8r.git
- $ cd loc8r
- $ npm install
- $ docker-compose -f stack.yml up (This will install mongodb)
- $ nodemon (Launch another terminal tab/windows and go to loc8r dir.)