- Python 3.x
- SQLite3
-
Make sure you are in Correct directory:
cd Website-main
Eg It should look like this: C:\path\to\Website-main> -
Install required packages:
pip install flask python-dotenv werkzeug
-
Dont change .env Secret Key
-
Verify all static files are in the correct locations:
- Images (.png, .jpg) → static/images/
- Videos (.mp4) → static/videos/
- CSS files → static/css/
- Ensure you are in the correct directory: C:\path\to\Website-main>
- Run: python main.py
- Open browser: http://localhost:5000
- User Registration
- Authentication
- Responsive Design
- Video Background
- Social Login UI
- SQLite Database
-
Static files not loading:
- Check file permissions
- Verify file paths (case-sensitive)
- Clear browser cache
-
Database errors:
- Delete enigma.db and restart
- Check file permissions
-
Application won't start:
- Verify package installation
- Check port 5000 availability
- Ensure virtual environment is active
