Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of COEP Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:28, 12 August 2025 Wikiadmin talk contribs created page HTTP Server Project (Created page with "==How to have standard HTTP Server Running on Localhost to cross-check your project?== - Open Terminal - Navigate to the directory you want to have the root directory. - Run python -m http.server 8000 - Go to http://127.0.0.1:8000/ ( localhost ) You can perform tests on HTTP server running on localhost from browser or Postman. (depending on you.) @ Postman: https://www.postman.com/ @ http.server docs : https://docs.python.org/3/library/http.server.html ==Common...")