-
-**So, let's PackTravel 😎**
-
-
-
-
-
-
-
-
-
-
-
-
-## 📖 Getting started:
-
-### 👤 Who can use our app
-
- 1. If you are a user who is visiting our app, you can sign up as a user with view access to rides. You can edit or create your own ride.
- 2. If you are an admin user, you can create, view, update and delete rides and schedule rides.
- 3. To request for admin privileges, please email on help@packtravel.io with the purpose of use.
-
- - ### Prerequisite:
- - Download [Python3.x](https://www.python.org/downloads/).
- - Download [Django](https://docs.djangoproject.com/en/4.1/topics/install/).
-
- ## Run Locally
-
-Create a virtual environment:
-
-```bash
- python3.x -m venv test_env
-```
-
-Activate the virtual environment:
-Linux/MacOS:
-```bash
- source test_env/bin/activate
-```
-Windows:
-```bash
- ./test_env/Scripts/activate
-```
-
-Clone the project
-
-```bash
- git clone https://github.com/amisha-w/PackTravel.git
-```
-
-Go to the project directory
-
-```bash
- cd PackTravel
-```
-
-Install dependencies
-
-```bash
- pip install -r requirements.txt
-```
-
-Start the server
-
-```bash
- python manage.py migrate
- python manage.py runserver
-```
-
-
-
- - Site will be hosted at:
- `http://127.0.0.1:5000/`
-
-## 🛠️ Tools
-- [Preetier Code Formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
-- [JS-HTML-CSS Formatter](https://marketplace.visualstudio.com/items?itemName=lonefy.vscode-JS-CSS-HTML-formatter)
-- [PyLint](https://pylint.org/)
-
-## 🧑💻 Functionalities in Action
-
-- **Login Page**
-.gif)
-
-- **Creating a Ride**
-
-
-
-- **Search for a Ride**
-
-
-- **Joining an existing Ride**
-
-
-- **Adding New Route**
-
-
-
-- **Sign Up Page**
-
-
-
-
-
-## 💬 Chat Channel
-
-
-
-
-### 🎯 Phase 1:
-
-- [x] Create database ER diagram
-- [x] Create Mongo Database
-- [x] Create HomePage
-- [x] Create Login and Signup Page
-- [x] Create Search Page
-- [x] Added create Rides Page
-- [x] Added create routes Page
-- [x] Setup Django
-- [x] Add Unit testing
-- [x] Add Error Handling mechanisms
-- [x] Setup Workflows
-
-### 🎯 Future Enhancements:
+## 📖 Usecases
+* Users: Create new rides, view and join available rides.
+* Administrators: User permissions + update, delete or schedule rides. To request administrator access, please email on help@packtravel.io with the purpose of use.
+## ⚒️ Installation
+* See [developer environment setup](INSTALL.md#--developer-environment-setup) to setup your development server.
+
+## 🎯 Enhancements
- [ ] Add machine learning algorithms for predicting lowest priced rides, best pickup and drop-off locations.
- [ ] Add functionality to merge routes
- [ ] Show later departures in search if currently searched rides is not available
@@ -184,23 +37,10 @@ Start the server
- [ ] Integrate in-app cab booking services
- [ ] Introduce a two way ride confirmation feature
-## Contributions to the Project
-
-## 👨🏭 Contributors
-
-Amisha Waghela |
- Aoishi Das |
- Ameya Chavan |
- Kunal Shah |
- Swarnamalya M |
-
{{ post.content }}
+