This is a minimal working Angular/Ionic application structure for the VideoEngine application. This application is designed to be deployed to Railway.app.
- Spreadsheet Import: Upload and process spreadsheets with video specifications
- Video Generation: Integration with multiple AI video generation APIs
- Cloud Storage: Connect to Google Drive and Box for storing videos
- TikTok Integration: Direct posting to TikTok with analytics
- Clone this repository
- Install dependencies:
npm install - Run locally:
npm start - Build for production:
npm run build
This application is configured for deployment to Railway.app using the included nixpacks.toml and railway.json files.
/src: Application source code/app: Angular components and modules/assets: Static assets/environments: Environment configuration/theme: Ionic theming
/www: Build output directoryserver.js: Express server for serving the applicationpackage.json: Dependencies and scriptsangular.json: Angular configurationionic.config.json: Ionic configurationnixpacks.toml: Railway build configurationrailway.json: Railway deployment configuration