Skip to content

nubnubyas/Monday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monday TripTogether

TripTogether

Welcome to the TripTogether Web App! This application allows users to plan and organize trips together. It is built using HTML, CSS, JavaScript, Python, Flask, SQLite3, and Git.

Setup

To set up the TripTogether Web App on your local machine, please follow the steps below:

Prerequisites

Make sure you have the following installed:

Python (version 3.6 or higher) Git

Installation

Clone the repository:

$ git clone https://github.com/nubnubyas/Monday Navigate to the project directory:

$ cd TripTogether Create and activate a virtual environment (optional but recommended):

$ python3 -m venv venv $ source venv/bin/activate Install the required Python packages: pip install module-name

Optionally, if you want to view the database using SQLite3Viewer, download and install SQLite3Viewer from https://sqlitebrowser.org/.

Running

Start the Flask development server:

$ python app.py Open your web browser and visit http://localhost:5000 to access the TripTogether Web App. Enjoy Your Trips!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published