/FullMap

FullMap

Primary LanguagePython

FullMap Django Interview App

This is my simple Django app that uses: LeafLet as map lib. All of my past projects, i've been using GoogleMaps, at this project i decided to use LeafLeft so study more about the API and to test the performance.

Bootstrap 4 as css responsive lib. JQuery as JS framework. SQLite as local database. Google Fusion as external and integrated db tables. JQuery as JS framework. DataTables as datatable component.

Google Fusion Table URL

https://www.google.com/fusiontables/DataSource?docid=16IQoLcCIq_hJV35YFbN1cqTqV6yTtLe0aNOBEWCN

Building

Setting up FullMap to work in you machine with Django is very easy. You need to create a python virtual machine using this commands:

It is best to use the python virtualenv tool to build locally:

$ virtualenv -p python3 .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py runserver

Then visit http://localhost:8000 to view the app. Alternatively you can use foreman and gunicorn to run the server locally.

Developed by,

Victor Guimarães Silva. victorgs301194@hotmail.com