1. Fork rSERVER (https://github.com/fencer-so/commbank-server)
a. If You Get Stuck: https://github.com/fencer-so/commbank-program/blob/master/tasks/1_backend/fork_server.md
2.Create a free MongoDB cluster (https://www.mongodb.com/cloud/atlas/)
a. If You Get Stuck: https://github.com/fencer-so/commbank-program/blob/master/tasks/1_backend/create_mongodb_cluster.md
a. If You Get Stuck: https://github.com/fencer-so/commbank-program/blob/master/tasks/1_backend/create_database_user.md
a. If You Get Stuck: https://github.com/fencer-so/commbank-program/blob/master/tasks/1_backend/connect_server_to_database.md
5.Seed the database (https://github.com/fencer-so/commbank-program/tree/master/data)
a. If You Get Stuck: https://github.com/fencer-so/commbank-program/blob/master/tasks/1_backend/seed_database.md
a. If You Get Stuck: https://github.com/fencer-so/commbank-program/blob/master/tasks/1_backend/test_api_before.md
a. If You Get Stuck: https://github.com/fencer-so/commbank-program/blob/master/tasks/1_backend/modify_goal_model.md
b. Other resources: Models diagram (linked below)
a. If You Get Stuck: https://github.com/fencer-so/commbank-program/blob/master/tasks/1_backend/test_api_after.md
chmod +x seedJson.sh ./seedJson.sh dotnet add package MongoDB.Driver -v 2.13 dotnet run --urls "http://localhost:5203"