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 https://github.com/Elstuhn/Teepon.git
-
Create Virtual Environment and Activate it
python -m venv venv #create virtual environment ./venv/Scripts/Activate.ps1 #activate the virtual environment
-
Install the packages:
cd backend pip install -r requirements.txt -
Run the Application (back-end)
```bash python main.py ```
- For Front-end
cd frontend - Install packages
npm install
- Start the client
npm run dev
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