ucsb-cs56-projects / cs56-games-minesweeper

-
MIT License
0 stars 10 forks source link

Build server #67

Open lar-ryan-nick opened 6 years ago

lar-ryan-nick commented 6 years ago

Since the database relies on environment variables the user would have to set local variables on their local machine manually. To get around this, build a server that serves as a middle man between the database and game to transfer data. This can be done easily through Heroku using their starter repo as a base.

Some concepts you may want to refresh on before starting: REST API Maven Heroku HTTP Requests

johnnyzhang295 commented 6 years ago

300 points F17 OK

brianslee commented 6 years ago

W18 Ok 300 Points