Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 642 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 642 Bytes

IEEE Carleton Dashboard

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

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