Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 1.97 KB

README.md

File metadata and controls

78 lines (63 loc) · 1.97 KB

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