- Have git installed
- Have python3, pip3 installed
- Run these commands:
git clone https://github.com/ucsdeceusc/server.git
cd server/
make init
make install
make run
Then visit http://localhost:8000 to see the front page!
This server is a Django app written in Python that hosts many endpoints that the ECE USC at UC San Diego uses in their projects.
Whatever is on the master
branch on this repo gets directly pushed to our public heroku app found here.
Want to contribute to our projects? Awesome! Follow these instructions to make sure it goes smoothly:
- Fork this repo (upper right hand corner)
git clone
your new forked repo on your computer.- Make whatever edits you want.
- Create a new Pull Request to this repo's
integration
branch. - Your PR will be reviewed and hopefully merged in!
- Get a HelloWorld Messenger Bot up
- Create template for Slack Messages