Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 465 Bytes

Video webiste with C++

University of Tehran Advanced programming final Project.

a really simple video website (video playing is not implemented) using simple authentication (session auth) and simple admin panel.

how to run

first compile app using this command:

make

then run the app using:

./app.out

Now server is Up and running on port :5000

The "/" route will respond permission denied. For signing up visit "localhost:5000/signup" :)