At the moment the database context is created in the Startup.cs class with a connection string that uses a localhost server.
First of all we should move the database connection info to a more secure location.
After this use the actual database that is going to be used with the api.