NTUA Software Engineering Course 2023-24 - ntuaflix project NTUAflix To install backend packages and node-modules bash install.sh For mongodb import of db (must have mongo service running) bash db.sh Run the app: Run back-end: cd back-end/ python3 app.py Go to home directory: cd .. Run front-end: cd front-end/ npm start You will be greeted in your browser by the login page, the front-end is running at: localhost:3000/ntuaflix_api