Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rushi0508/pgfinder
pgFinder is a web app made during Lets Hack Parul Hackathon. It connects PG renter to students with seamless features.
https://github.com/rushi0508/pgfinder
Last synced: about 11 hours ago
JSON representation
pgFinder is a web app made during Lets Hack Parul Hackathon. It connects PG renter to students with seamless features.
- Host: GitHub
- URL: https://github.com/rushi0508/pgfinder
- Owner: Rushi0508
- Created: 2023-07-12T11:29:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-16T11:43:22.000Z (over 1 year ago)
- Last Synced: 2024-11-11T09:05:47.740Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://pg-finder.vercel.app
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pgFinder
- `git clone https://github.com/Rushi0508/pgFinder.git`
- `git checkout develop`
- `git checkout -b `
- start working### After Finishing Issue
- `git add `
- `git commit -m "message"`
- `git push -u origin `### To Pull Changes
- `git checkout develop`
- `git pull`### To continue after making pull request
- `git checkout develop`
- `git checkout -b `here we are deleting and creating new branch of your name, so you don't get confused what to do after pulling from develop