Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 558 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 558 Bytes

CougarCS Cloud

Authored by Nykolas Farhangi ([email protected]) for CougarCS
Last updated: 7/20/21

Description

CougarCS Cloud is a serverless Express REST API that provides an interface for CougarCS Contact database.

Usage

  • Ensure Node.js is installed.
  • Run the following command to execute a clean installation of the project dependencies: npm ci
  • Run the following command to start the API: node .

Dependencies

  • Node.js
  • aws-sdk
  • express
  • aws-serverless-express
  • bcrypt
  • jsonwebtoken
  • compression
  • cors