A MERN application, which allows user
to manage their group expenses in an easier way
- Frontend:
React+TailwindCSS - Backend:
ExpressJs+MongoDB+NodeJs
- Clone this repository
git clone https://github.com/soilshubham/Splitto.git- Change the working directory
cd Splitto- Install dependencies
cd client
npm install
cd ..
cd server
npm install-
Adding .env file
a. Change directory to
📁servercd serverb. Create a file with the name
.envc. Paste the following content inside the file
MONGODB_URL = <Your MongoDB connection URI> PORT = 5000 -
Run the backend server
cd server
npm start- Run the frontend server
cd client
npm start🌟 You are all set!
Sahil Shubham |


