Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Geesing/monopoly-service

 
 

Repository files navigation

CS 262 Monopoly Webservice

This is the data service application for the CS 262 Lab 8 Monopoly Project, which is deployed here:

It has the following read data route URLs:

  • / a hello message
  • /players a list of players
  • /players/:id a single player with the given ID

It is based on the Lab 9 tutorial from CS 262 at Calvin University, and adopts its sample Monopoly service file.

The database is relational with the schema specified in an sql/ sub-directory and is hosted on ElephantSQL. The database server, user and password are stored as Azure application settings so that they aren’t exposed in this (public) folder.

We implement this sample service as a separate repo to simplify Azure integration; it’s easier to auto-deploy a separate repo to Azure.

Answers to the lab questions:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%