/Sulaah

A group expense tracker promoting seamless collaboration and transparency in financial management

Primary LanguageJavaMIT LicenseMIT

Sulaah

A group expense tracker promoting seamless collaboration and transparency in financial management

Tech Stack

Frontend: React JS, Next JS, TailwindCSS, Framer Motion

Backend: Java, Spring-boot, MySQL

Run Locally

Clone the project

  git clone https://github.com/Shubham20015/Sulaah.git

Go to the project directory

  cd sulaah

Start the server

  mvn spring-boot:run

Contributing

Contributions are always welcome!

First Fork and Clone this repository on your local machine.
And for setup MySQL on a local machine watch Setup MySQL on youtube
Start working on a new feature:

git checkout main
git pull origin main
git checkout -b feature-branch
[...work on the feature...]
git add --all
git commit -m 'My super-duper feature'
git push -u origin feature-branch

After Testing and validating. If more changes are required:

git checkout feature-branch
git pull origin main
[add more commits]
git push

NOTE: Make feature branch like yourFirstName_develop only