This repository contains the source code for Facts-h project.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/raunakkumarsingh/Facts-h.git
-
Navigate into the project directory:
cd Facts-h
-
Install dependencies:
npm install
-
Start the application:
npm start
To run the project using Docker, follow these steps:
-
Build the Docker image:
docker build -t [name:tag] .
-
Run the Docker container:
docker run -d -it --rm -p [host_port]:[container_port] --name [container_name] [image_id/image_tag]
Example:
docker build -t factsh:0.1 .
docker run -d -it --rm -p 8080:80 --name factsh-container e73cxxxxxx