Project for two university courses:
- Data Security
- Advanced Databases
Authors:
- Stefan Bogosavljevic
- Mihajlo Veljkovic
- Mladen Stankovic
Made with .NET Core 3.0, Angular 8, MongoDB
To run on Linux, run the start executable. For Windows, run dotnet run in each of the service folder, followed by npm install and then ng serve for the frontend.
To change Mongo credentials, open mongo-config/Config/MongoDBconfig.cs and change them accordingly.