Authored by Nykolas Farhangi ([email protected]) for CougarCS
Last updated: 7/20/21
CougarCS Cloud is a serverless Express REST API that provides an interface for CougarCS Contact database.
- 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 .
- Node.js
- aws-sdk
- express
- aws-serverless-express
- bcrypt
- jsonwebtoken
- compression
- cors