Project Name

License

Description

A brief description of the project.

Installation

Client

To install and set up the client, follow these steps:

  1. Navigate to the client folder:

    cd /home/kundan/Desktop/Projects/cistup_web/client
    
  2. Install the dependencies:

    npm install
    
  3. Start the client:

    npm start
    

Server

To install and set up the server, follow these steps:

  1. Navigate to the server folder:

    cd /home/kundan/Desktop/Projects/cistup_web/server
    
  2. Create a virtual environment:

    python3 -m venv venv
    
  3. Activate the virtual environment:

    source venv/bin/activate
    
  4. Install the dependencies:

    pip install -r requirements.txt
    
  5. Start the server:

    python app.py
    
    

Docker

docker-compose up --build

Demo