The main purpose of this repository is to manage user data
- Install Node.js
- Create an AWS Cognito User Pool
- Create an AWS S3 Bucket
- Install MongoDB
- Clone the repository
git clone https://github.com/sabreenakp/user_profile_service.git
- Install dependencies
npm install
- Build and run the project
npm run build
npm start
- Create .env file in the project directory
- Setup the environment variables according to the src/utils/config.js file.