Skip to content

MaeYoungPhan/md-bay-game-server

Repository files navigation

The Maryland Bay Game Server

The Official Chesapeake Bay Activity App for Fun From the Bridge to the Beach

Before you begin

Installation

  1. Clone the application.
git clone git@github.com:MaeYoungPhan/md-bay-game-server.git
  1. Activate virtual environment
pipenv shell
  1. Install dependencies
pipenv install
  1. Run the server using the following terminal command or use the debugger in your code editor.
python manage.py runserver
  1. Seed the database*
./seed_database.sh
  • Must be in virtual environment if you are not already after install
pipenv shell
  1. Finish installation by following the instructions found here

Technologies Used

Django Python Git GitHub

Testing

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

Planning

Wire Frame

ERD

Acknowledgements

🥔 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.

Created By

Maegan Phan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published