bang/backend
dependabot[bot] 302e131cde Bump python-socketio from 5.7.2 to 5.8.0 in /backend
Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.7.2 to 5.8.0.
- [Release notes](https://github.com/miguelgrinberg/python-socketio/releases)
- [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md)
- [Commits](https://github.com/miguelgrinberg/python-socketio/compare/v5.7.2...v5.8.0)

---
updated-dependencies:
- dependency-name: python-socketio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 23:02:47 +01:00
..
.idea started working on frontend 2020-11-19 21:34:25 +01:00
bang add terenkill and youlgrinner 2023-03-11 22:51:34 +02:00
tests allow for alpha status 2023-03-12 11:44:09 +00:00
Dockerfile removed dd-trace 2023-01-12 11:37:40 +01:00
globals.py add game save 2023-01-20 20:57:30 +00:00
metrics.py change the right dockerfile 2022-04-07 09:44:11 +02:00
Readme.md fix game not ending on sheriff death 2021-03-01 17:10:54 +01:00
requirements.txt Bump python-socketio from 5.7.2 to 5.8.0 in /backend 2023-03-23 23:02:47 +01:00
server.py add camposanto DarlingValentine 2023-02-26 16:14:56 +00:00

Bang Backend

How to get started

Development

Create a virtual env

python3 -m venv PATHTOENV

activate the new environment

souce PATHTOENV/bin/activate

now with the current directory in the backend folder install the dependencies

pip install -r requirements.txt

then you can start the python file __init__.py, I recommend you use nodemon for that, as it will automatically reload the server on new changes. If you don't already have it, you can install nodemon with

npm i -g nodemon

then you will be able to start the server with

nodemon __init__.py