You need to create your own .env file with the DB_URL value containing the string connection to your local mongodb server for the server to work properly, store it in the /server/config folder
- cd to the '/server directory', then use the command 'yarn dev'
- cd to the '/client' directory, then use the command 'yarn start'