The Official Chesapeake Bay Activity App for Fun From the Bridge to the Beach
- This server is designed to be used with The Maryland Bay Game Client Repo
- This server runs on localhost:8000
- Clone the application.
git clone git@github.com:MaeYoungPhan/md-bay-game-server.git
- Activate virtual environment
pipenv shell
- Install dependencies
pipenv install
- Run the server using the following terminal command or use the debugger in your code editor.
python manage.py runserver
- Seed the database*
./seed_database.sh
- Must be in virtual environment if you are not already after install
pipenv shell
- Finish installation by following the instructions found here
Basic test cases have been built into this server. Run them in the terminal with the following command:
Run the server
python3 manage.py test tests -v 1
🥔 The Django Taters for the debugger, troubleshooting, and emotional support. I love you guys.
📚 Jo, Becky, and the Talbot County Free Library for finding the original activity book. Libraries are the best. Please support them.
🐐 Coach Steve, Sydney Dickson, Dakota Lambert and my colleagues in Cohort 60 for being badass human beings and teaching us to be developers.