Simply described as a Location-based Emergency system, this platform gives you the ability to ask for help from both the Authorities, and other users. You can send an SOS requests to the Police with a tap of a button. You can call for an Ambulance to your current location with a tap of a button, you can even ask for a Tow Truck in the same manner! Users can also notify their peers about locations to avoid, and other events to look out for.
We got you covered when it comes to any form of help. It is Safety, made simple. All on your phone, in your pocket, wherever you go.
This guide assumes that all required NuGET packages are already installed. If you are not sure, run a Clean and Rebuild before starting.
- Make sure SQL Server is set up and ready for new databases instances
- Copy the
ServerName
that appear when trying to connect the SQLServer at its launch - In
appsettings.json
file paste theServerName
that you copied in step 2 so it replacesDESKTOP-MHDRF11
. - Migrations needed to build up the database are already there (check the folder name
Migrations
in the root project directory), launch the Package Manager Console fromTools > NuGET Package Manager > Package Manager Console
- Run the command
Update-Database
- Check SQLServer to see if a database name "PersonalSafety" was added.
- Make sure the
Migration History
table was built to, if not, be sure to manually build it to avoid future migration problems. - Clean, Rebuild, then Run