A web dashboard for the IEEE Office to display the latest information useful for students that walk in.
This app is separated into a Django based backend and a React based frontend.
cd backend
make install
pipenv shell
pipenv install
make run-dev
cd frontend
make install
make run-dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.