Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.16 KB

☁️ Cloud Guard Server

The Cloud Guard Server is the backend component of the Cloud Guard project, responsible for handling server-side operations, interfacing with cloud storage providers, and managing data security measures. This server is built using Node.js, Express, TypeScript, and the AWS SDK.

🚀 Installation and Setup

To install and set up the Cloud Guard Server, follow these steps:

  1. Set Node.js version to 18.13.0

  2. Clone the repository:

git clone https://github.com/Secure-Cloud-Guard/cloud-guard-server.git
  1. Navigate to the project directory:
cd cloud-guard-server
  1. Install dependencies:
npm install
  1. Create a .env file based on the provided .env-example file, and fill in the necessary environment variables.

  2. Start the server in development mode:

npm run dev

📸 Screenshots

App Screenshot

🛠️ Tech Stack

  • Node.js
  • Express.js
  • TypeScript
  • AWS SDK
  • DynamoDB

📝 Additional Notes

Make sure you have proper AWS credentials set up for the AWS SDK to interact with AWS services effectively.