Skip to content

brendanAlbert/449-Project-2

Repository files navigation

449 Project 1: Music Microservices

Group/Roles:

  1. Dev1: Jayro Alvarez
  2. Dev2: Ian Alvarez
  3. Ops: Brendan Albert

To Start Using Our Microservices:

  1. Open a terminal in Project Directory

    • Run command: make init. This will:
      • Run ulimit -n 4096 && sudo kong start and start kong
      • Run ./kong_configuring.sh, a script to configure all microservices and set them up with kong's services, routes, upstreams, and target.
      • Run flask init and set up the database schema
      • Run foreman start to spin up our four microservices
  2. Open another terminal in Project Directory

    • Run command make startminio. This will:
      • Run MinIO server to give access to physical mp3 files.
  3. Open another terminal in Project Directory

    • Run command make seedapi. This will:
      • Fill database with various data
  4. The servers are now running! Go to http://localhost:8000 to see full user manual

Operations

Check the home route http://localhost:8000 to view the full user manual and how-to guide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published