Deepak Ramalingam
Hackathon project for the Ford Smart Vehicle Connectivity Challenge
- JAVA
- Maven
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
"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.