Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.47 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.47 KB

Offline solution for maps tools build with flask. http://flask.pocoo.org/

English | Español

Build Status

⌨️ Development

git clone [email protected]:melonmochi/easy-maps-backend.git
cd easy-maps-backend

🏈 Install

Setup a virtual env to install the package (recommended):

python3 -m venv env
source ./env/bin/activate

Install dependencies:

pip install -r requirements.txt

🏃 Run

python manage.py runserver

Open your browser and visit http://127.0.0.1:5000

🗺️ RoadMap

🤝 Contributing PRs Welcome

We welcome all contributions.

🌍 License

MIT