You probably have tried to create plans with your friends and in the end have the plan fall through because everyone has such differing schedules and it just takes way too much effort right? I personally have tried to host a couple of get-together and catch-up session with friends too but we have such different lives that all our schedules cannot be any more different from each other's and I just give up because it is taking too much effort and time and replanning.
TPON is a platform that synchronizes all of your friends' calendars and helps you generate a detailed outing plan for you and your friends with just one tap of a button! Don't like the outing plan? Generate another one with another tap of a button! \n The outing plan generated ensures proximity and satisfaction to your friends' budgets and likes/dislikes too to ensure the most optimal and memorable outing for your and your friends.
To install and run Teepon Application locally, follow these steps:
-
Clone the Repository:
git clone [email protected]:pathfindermilan/Teepon.git
-
For Back-end
Follow the instructions in backend folder from the README.md file
-
For Socket_Server
Follow the instructions in Socket_server folder from the README.md file
-
For Front-end
Follow the instructions in frontend folder from the README.md file
Folder | Port | Deployed |
---|---|---|
backend | 5001 | https://teepon.tech/ |
frontend | 3000 | https://teepon.online/ |
SocketServer | 5000 | https://teepon.site/ |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
To contribute to the Teepon App,
Clone this repo locally and commit your code on a separate branch. If you're making core changes please write unit tests for your code, and check that everything works by running the following before opening a pull-request
or
- Fork the Project
- Create your Feature Branch (
git checkout -b yourBranchName
) - Make changes and make sure everything is working fine
- Commit your Changes (
git commit -m 'Add message here'
) - Push to the Branch (
git push origin yourBranchName
) - Open a Pull Request