Skip to content

This is a school project. Goal: create a java http REST API with Spring Boot.

License

Notifications You must be signed in to change notification settings

np111/P5_safetynet

Repository files navigation

SafetyNet Alerts

Build Status codecov.io

SafetyNet Alerts is a REST API that sends information to emergency services!

SafetyNet Alerts

Documentation

Getting started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

Running App

Start the docker development environment:

./dev.sh docker up -d

Compile the server with maven:

mvn package

And run it:

cd server/target/
java -jar safetynet-alerts-server.jar

Testing

To run the tests, type:

mvn verify

Deployment

See DEPLOYMENT.md.

Notes

This is a school project (for OpenClassrooms).

The goal is to create a java http REST API.