maxrohleder / AdvancedMI

Contains source code for the Advanced Medical Imaging Seminar in SS 2020. The goal is to conceptualize, prototype and pitch ideas related to clinical communications.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

One place for all globals #2

Closed maxrohleder closed 4 years ago

maxrohleder commented 4 years ago

All globals should be in one place so that they can be changed quickly.

Frontend:

Backend:

maxrohleder commented 4 years ago

Like so:

https://medium.com/@austinpaley32/how-to-add-a-constants-file-to-your-react-project-6ce31c015774

maxrohleder commented 4 years ago

Frontend Globals are now in constants/all.js to use them somewhere in frontend: import { APP_URL } from './constants/all';