Giter Club home page Giter Club logo

collab-map-editor's Introduction

CS06 Main

Description

Project is a web service for the UoG School of Arts. It is a historical mapping tool focused on student collaboration.


Installation

You'll need a mongodb account set up with a cluster to use it and a file called ".env" in the "backend" folder (this file is in gitignore so wont be pushed).

################################################################################

The ".env" file has to contain the following:

SESSION_SECRET=secret

MONGO_DB_CONNECTION= "connection link to your mongodb server"

FILE_UPLOAD_PATH= ./public/uploads

MAX_FILE_UPLOAD=1000000

JWT_SECRET=4674236742trgefghf7635fe

JWT_EXPIRE=30d

JWT_COOKIE_EXPIRE=30

SOCKET_URI=http://localhost:3000

SMTP_HOST=smtp.mailtrap.io

SMTP_PORT= {port}

SMTP_EMAIL= {username}

SMTP_PASSWORD= {password}

FROM_EMAIL=[email protected]

FROM_NAME=DevCamper

################################################################################

Make sure Node.js is installed https://nodejs.org/en/download/

run both frontend and backend separately with command: npm run dev

To download dependencies, type "npm install" in both frontend and backend folders.

To run unit tests, type "npm run test" in frontend folder.


Usage


Authors and Acknowledgement


License


collab-map-editor's People

Contributors

peterrabaifd avatar fabie37 avatar fabiegla avatar kamillakurta avatar michael-daw avatar craig-mcadam avatar

Watchers

 avatar

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.