Skip to content

The Cloud Guard Server is the backend component of the Cloud Guard project, responsible for handling server-side operations ☁️

License

Notifications You must be signed in to change notification settings

Secure-Cloud-Guard/cloud-guard-server

Repository files navigation

☁️ 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.

About

The Cloud Guard Server is the backend component of the Cloud Guard project, responsible for handling server-side operations ☁️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published