Skip to content

DivyaMohan94/Splitwise_Prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splitwise_Prototype

Steps to deploy the application:

Front End:

Clone the repository's front end folder into any machine having node.js installed on it.
Open the terminal in the folder "Frontend".
Execute "npm install" to install all the dependencies.
Update the Server.js file in Frontend/src folder with the backend server's IP address and port.
Execute "npm start" to run the front end server.

Backend:

Before running the backend, install Zookeeper and Kafka.
Start the zookeeper by executing bin/zookeeper-server-start.sh config/zookeeper.properties
Start the kafka environment by executing bin/kafka-server-start.sh config/server.properties
Create all the necessary topics for kafka.
Open the Backend folder and run "npm install" to install all the dependencies.
start the backend by running npx nodemon index.js
Open the folder "Kafka_backend"in the terminal and start the server.js file.
Now the Backend and Kafka_Backend will start running.

Launch the application:

Open the browser and navigate to Front end server's IP address with Port number (Eg: 127.0.0.1:3000) to find the landing page.

Screenshots of the application: image

image

image

image

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published