-
Create
env
:python3 -m venv env
-
Clone project
git clone https://github.com/engagepy/go-CRM-andaman.git
-
In root folder within an activated
(env)
create a file.env
like this in your terminal -
Step 1 (Type):
cat > .env
-
Step 2 (Paste):
APP_PASSWORD = <your-random-development-insecure-password>
-
Step 3 (Return):
ctrl+c
-
Now Install Dependencies for the project
pip install -r requirements.txt
-
Navigate to manage.py in terminal. Once in correct directory:
python manage.py makemigrations python manage.py migrate --run-syncdb python manage.py createsuper python manage.py runserver Do try 127.0.0.1:8000/admin
- Store Hotels and Rates:
- Store Activities and Excursions
- Store Customers
- Create Trips
- Create Login
- Manage Staff Leads and Sales
- Output .pdf itineraries with images
- Deploy for Go Team
- Basic `Dashboard` with Graphs and Stats
- Ensure Login creates Unique App Instance
- Create Robust Calculation Functions for Staff
- Create Reports & Advanced `Dashboard`
- Send Automated Emails & Reminders
- Integrate Whatsapp
- Create CI/CD Pipeline
- Add PWA Features
- Market with Subscription Feature