rdeepak2002 / FordConnectedServer

Server for the Ford Connected mobile application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ford Connected Server

Author

Deepak Ramalingam

Email

Website

About

Hackathon project for the Ford Smart Vehicle Connectivity Challenge

Requirements

  • JAVA
  • Maven

Getting Started

Build the jar file

mvn clean install

Execute the jar file located in the target folder (IMPORTANT: make sure the environment variables below are defined)

java -jar target/fordconnected.server-1.0.jar

Required Environment Variables

"DB_URI": "mongodb+srv://username:password@foo.mongodb.net/bar?retryWrites=true&w=majority",
"REDIS_ENDPOINT": "redis://localhost",
"REDIS_PORT": "6379",
"REDIS_PASSWORD": ""

DB_URI is the database URI of a MongoDB Atlas instance.

About

Server for the Ford Connected mobile application.

License:MIT License


Languages

Language:Java 100.0%