Skip to content

inamprograms/Teepon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teepon: An AI-powered Detailed Outing Planner

Contributors Forks Stargazers Issues

Inspiration

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.

The Solution

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.

Installation

To install and run Teepon Application locally, follow these steps:

  1. Clone the Repository:

        git clone https://github.com/Elstuhn/Teepon.git
  2. Create Virtual Environment and Activate it

        python -m venv venv #create virtual environment
        ./venv/Scripts/Activate.ps1 #activate the virtual environment
  3. Install the packages:

        cd backend 
        pip install -r requirements.txt
  4. Run the Application (back-end)


```bash python main.py ```
  1. For Front-end
        cd frontend
  2. Install packages
        npm install
  3. Start the client
        npm run dev

Contributing

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

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b yourBranchName)
  3. Make changes and make sure everything is working fine
  4. Commit your Changes (git commit -m 'Add message here')
  5. Push to the Branch (git push origin yourBranchName)
  6. Open a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors