Skip to content

The backend of my Fragments microservice, created to learn about AWS cloud computing.

Notifications You must be signed in to change notification settings

lmpham1/fragments_backend

Repository files navigation

Fragments

A Private Repo for DPS955

Instructions

  • Installing dependencies:
npm install
  • Starting the server:
npm start
  • Starting the server in dev mode (changes are updated on save and will be reflected immediately):
npm run dev
  • Starting the server in debug mode:
npm run debug
  • Linting the code to check for errors:
npm run lint

About

The backend of my Fragments microservice, created to learn about AWS cloud computing.

Resources

Stars

Watchers

Forks

Packages

No packages published