Code Monkey home page Code Monkey logo

dmmapp-digitized-medieval-manuscripts-app's Introduction

DMMapp Open Source

Overview

DMMapp Open Source is a simple-to-implement interactive map & web-application.

DMMapp_GitHub

It does three things:

  • Allows admins to create and fill databases that can interact with Google Maps, creating interactive pins for every entry.
  • Gives the final users a clear and fun way to interact with data.
  • Guides developers in adapting the code for your own needs with a detailed Wiki and comments in the code.

To see it in action, please check out the DMMapp website, and don't forget to check out the DMMapp Open Source Wiki to know more.

Table of Contents

Requirements

The DMMapp Open Source is based on Laravel 6.x. As a consequence, your server must meet the following requirements:

  • PHP >= 7.2.0
  • BCMath PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

To use Google Maps:

  • A valid Google Maps API key

Quickstart

IMPORTANT: this quickstart guide is meant for local development only. It will create a generic admin user that uses [email protected] and password. Do not use in production environments.

Assuming you have Composer installed on your machine:

git clone DMMappOpenSource https://github.com/SexyCodicology/DMMapp-Open-Source.git
cd DMMappOpenSource
composer install
  • copy the contents of ".env.example" into ".env". If no ".env" is present, simply rename ".env.example" to ".env"

  • (optional) Review the contents of the .env file and enter your Google API where requested.

    • Note: The application will still work if you do not enter the Google API key at this stage, but you will not be able to see the map and the pins.
php artisan key:generate
  • create file "database.sqlite" in "DMMappOpenSource\database"
php artisan migrate --seed
php artisan serve

A more detailed guide for setting up the app for both local and production environments is present in the DMMapp Open Source Wiki.

Contributing

The DMMapp Open Source is for everyone to modify and improve. We welcome contributions and tips! Please check our Contributing page on the wiki. (coming soon)

Questions and help

Check out the Talk to us page on our wiki, or head to the Sexy Codicology website to find all the channels where you can reach us.

Acknowledgements

The DMMapp Open Source is based on, or makes use of:

Copyright and license

DMMapp Open Source is licensed under the MIT License:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Have fun!

dmmapp-digitized-medieval-manuscripts-app's People

Contributors

dioscorides avatar dependabot[bot] avatar

Stargazers

 avatar Philip McGrath avatar Ben Companjen avatar

Watchers

James Cloos avatar  avatar

dmmapp-digitized-medieval-manuscripts-app's Issues

Display the most recent changes in the DMMapp's database

Since we now have a smaller social media presence, our project looks less active than before while it's in continuous improvement instead.

We would like to display any update that occurs in our database to the user, including the date that it occurred. We would like to have a page that displays this data, but also it should be visible on the homepage, data, and map pages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.