Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 696 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 696 Bytes

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