SverreNystad / board-master

BoardMaster utilizes the power of the Minimax algorithm, to simulate the best AI opponents one can face in simple board games.
MIT License
3 stars 0 forks source link

Deploy website on the WWW #13

Open SverreNystad opened 10 months ago

SverreNystad commented 10 months ago

It would be extremely cool to deploy the application to production. I would imagine that the World Wide Web would be the best production environment, as then other people could interact with it easily. It is not that many people that take GitHub projects and set them up to try them. This would also be very valuable for letting others see that we are able to set applications into production.

Acceptance Criteria:

SverreNystad commented 10 months ago

We should also consider using docker to containerize the application to make it machine independent

SverreNystad commented 10 months ago

It might be possible to deploy some of the client code to the cogito website. Under the projects tab for use on the Realfagsbiblioteket NTNU AI day. But we need to add our own domain for the backend. We can use Amazon's Web Services or Azure. I have experince with maintaining AWS EC2 instances.

I see that this project might be included into the larger Cogito Vision to come. As a service in the Microservice architecture :)