Skip to content

irushavm/ieee-office-dashboard

 
 

Repository files navigation

IEEE Carleton Dashboard

A web dashboard for the IEEE Office to display the latest information useful for students that walk in.

Alt text

Components

This app is separated into a Django based backend and a React based frontend.

Installation

Backend

cd backend
make install
pipenv shell
pipenv install
make run-dev

Frontend

cd frontend
make install
make run-dev

Contributing

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.

License

MIT

Packages

No packages published

Languages

  • JavaScript 32.9%
  • HTML 24.5%
  • Python 21.4%
  • TypeScript 10.1%
  • CSS 5.5%
  • Shell 2.3%
  • Other 3.3%