Giter VIP home page Giter VIP logo

singular-id's Introduction


Minor Project: Singular-ID

Overview

Singular-ID is a document storage system where users can store and access documents using unique user IDs. Users have the flexibility to change their unique IDs at will.

Tech Stack

Server-Side

  • Node.js: Backend Runtime
  • Express.js: Backend API
  • MongoDB: Database

Frontend

  • HTML
  • CSS
  • JavaScript

Docker Image

Docker Image

Infrastructure Provisioning

Before setting up the infrastructure, ensure that you have configured the AWS CLI and installed Terraform on your system. Install Terraform

Steps to Replicate Infrastructure:

  1. Navigate to the iac/terraform directory:

    cd iac/terraform
  2. Initialize the Terraform backend (use the latest version):

    terraform init
  3. Check the resources to be created:

    terraform plan
  4. Apply the changes and provision the infrastructure defined in main.tf:

    terraform apply

Configuration Management

Before managing configurations, ensure that you have installed Ansible on your local system. Install Ansible

Steps to Manage Configurations:

  1. Navigate to the iac/ansible directory:

    cd iac/ansible
  2. Manage the configurations using the following command:

    ansible-playbook -i hosts.ini to-do.yaml

SSH Access

You can SSH into the instance to check the configurations:

ssh -i "Ansible_access.pem" [email protected]

singular-id's People

Contributors

vaibhav-rawat03 avatar dhruvag1978 avatar shuu-55 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.