Skip to content

NTUA Software Engineering Course 2023-24 - ntuaflix project

License

MIT, MIT licenses found

Licenses found

MIT
LICENCE
MIT
LICENSE
Notifications You must be signed in to change notification settings

DimitriosKakouris/ntua-flix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Run back-end:
    cd back-end/
    python3 app.py

  2. Go to home directory: cd ..

  3. 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

About

NTUA Software Engineering Course 2023-24 - ntuaflix project

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENCE
MIT
LICENSE

Stars

Watchers

Forks

Releases

No releases published