Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 558 Bytes

README.md

File metadata and controls

38 lines (18 loc) · 558 Bytes

Getting Started

The main purpose of this repository is to manage user data

Pre-reqs

  1. Install Node.js
  2. Create an AWS Cognito User Pool
  3. Create an AWS S3 Bucket
  4. Install MongoDB

Available Scripts

  1. Clone the repository

git clone https://github.com/sabreenakp/user_profile_service.git

  1. Install dependencies

npm install

  1. Build and run the project

npm run build

npm start

Environment Variables

  1. Create .env file in the project directory
  2. Setup the environment variables according to the src/utils/config.js file.