Skip to content

Group Expense Management Software, track and manage group expenses is a simplified way

Notifications You must be signed in to change notification settings

soilshubham/Splitto

Repository files navigation

Splitto - Group Expense Management Software


A MERN application, which allows user
to manage their group expenses in an easier way

Live Website

💻 Tech Stack

🛠️ Installation Steps

  1. Clone this repository
git clone https://github.com/soilshubham/Splitto.git
  1. Change the working directory
cd Splitto
  1. Install dependencies
cd client
npm install
cd ..
cd server
npm install
  1. Adding .env file

    a. Change directory to 📁server

    cd server

    b. Create a file with the name .env

    c. Paste the following content inside the file

    MONGODB_URL = <Your MongoDB connection URI>
    PORT = 5000
    
  2. Run the backend server

cd server
npm start
  1. Run the frontend server
cd client
npm start

🌟 You are all set!

Snapshots

image image image

Contributors

Sahil Shubham
Sahil Shubham

About

Group Expense Management Software, track and manage group expenses is a simplified way

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages