A brief description of the project.
To install and set up the client, follow these steps:
-
Navigate to the
client
folder:cd /home/kundan/Desktop/Projects/cistup_web/client
-
Install the dependencies:
npm install
-
Start the client:
npm start
To install and set up the server, follow these steps:
-
Navigate to the
server
folder:cd /home/kundan/Desktop/Projects/cistup_web/server
-
Create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
source venv/bin/activate
-
Install the dependencies:
pip install -r requirements.txt
-
Start the server:
python app.py
docker-compose up --build