wRESTling Bots is a group project/assignmet for the Data Network and Cloud Computing subject at OsloMet University for spring 2021. The project is rest-full api and socketio implementaion. it has the following functionalities:
- registration and deleting users.
- creating and deleting chat rooms.
- authentication and session.
- chatting with a bots.
PowerShell: .\exe.ps1
CMD:
> py -m venv appvenv
> appvenv\Scripts\activate.bat
> pip install -r requirements.txt
> flask run
$ ./exe.sh