Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 859 Bytes

README.md

File metadata and controls

51 lines (38 loc) · 859 Bytes

Frontend

To work with the frontend, follow these commands:

  1. Install the necessary dependencies:

    npm install -g @ionic/cli
    
  2. Change directory to the frontend folder:

    cd frontend
    
  3. Install the necessary dependencies:

    npm i
    
  4. Start the development server:

    ionic serve
    

That's it! You are now ready to work on the frontend of your project.

NOTE: Step 0 and 2 is only required for the first time you set up the project. You can skip it for subsequent runs.

Backend

To work with the backend, follow these commands:

  1. cd backend
    npm i
  2. npm start

temp

http://bhismbackend.hbg7dydbfegpgecc.centralindia.azurecontainer.io:3000
http://bhismchatbot.asdqe0avg6bbd3gx.centralindia.azurecontainer.io:5000