amelieKontze / fishwg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to FishWG!

Before running the application, please follow the following steps:

  1. Open MongoDB Compass and navigate to 'New connection'
  2. Enter 'mongodb://localhost:27017' into URI field and click 'Connect'
  3. 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'
  4. In the 'Fish'-collection click on 'Add Data' and insert the 'FishWG_DB.fishForTest.json' and in 'User' add ' FishWG_DB.userForTest.json'
  5. In IntelliJ under 'Edit Configuration' create an Environmental Variable MONGO_DB_URI=mongodb://localhost: 27017/FishWG_DB

About


Languages

Language:TypeScript 56.2%Language:Java 25.6%Language:CSS 15.0%Language:HTML 2.9%Language:Shell 0.2%Language:Dockerfile 0.2%