Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 852 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 852 Bytes

Members

Fares Elbermawy Id:12306597
Saad Alam Id:22200033
Marlis Wagner Id:22301867
Kerollos Adel Id:22303233
Mariyam Saduakas Id:22306078

Deployment link

https://financial-chatbot-upworth.azurewebsites.net

How to run

Downloas Lib:

node.js (install from the internet https://nodejs.org/en/download/package-manager)

npm install

Installs the required packages in dependencies

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

node server.js

To run the server on a local host of port 3000. First navigate to the backend folder using "cd ./backend". Then run "node server.js".