Welcome to FishWG!
Before running the application, please follow the following steps:
- Open MongoDB Compass and navigate to 'New connection'
- Enter 'mongodb://localhost:27017' into URI field and click 'Connect'
- Click the '+' symbol next to 'Databases' to create a new DB called 'FishWG_DB' with a collection name 'Fish', another one called "Tank" and another one called 'User'
- In the 'Fish'-collection click on 'Add Data' and insert the 'FishWG_DB.fishForTest.json' and in 'User' add ' FishWG_DB.userForTest.json'
- In IntelliJ under 'Edit Configuration' create an Environmental Variable MONGO_DB_URI=mongodb://localhost: 27017/FishWG_DB