Giter VIP home page Giter VIP logo

dig-cert-nitrr's Introduction

dig-cert-nitrr

Developed by Team-Technocracy NIT-Raipur

Tool for completely digitizing the certificate generation, signing and verification process for any institute.

Setting up the developer workflow

Linux

  • First install docker and docker-compose. You can follow the official docker website of docker for more details on how to do it.
  • To start the development server, run docker-compose build && docker-compose up
  • The development server should have started by now.

Windows

  • Install docker. Easiest way is to install the docker desktop. You can find the instructions for that on the official docker website. Ensure that you correctly set the WSL configurations.
  • To start the development server, run docker-compose build && docker-compose up
  • The development server should have started by now.

The developer workflow

  • If pulled for the first time or the package.json changed run

    docker-compose build

  • Then, run the following command to start the environment.

    docker-compose up -d

  • To see the logs of your app

    docker-compose logs -f frontend to see the frontend logs and,

    docker-compose logs -f backend to see the backend logs.

  • If you need to install any npm package.

    docker-compose exec web npm install pacakge-name

  • stop the containers

    docker-compose down

Credits -- https://medium.com/@sudiptob2/properly-setting-up-react-development-environment-using-docker-a2de46464d0b

dig-cert-nitrr's People

Contributors

piyush-ongit avatar vc6378 avatar prathamgandhi avatar chirag-garg9 avatar nehakariya0309 avatar pramil01 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.