Deploying a simple notes app on the Nginx server
What are Web servers?
Web servers are the servers that serve the web files, which means as we write our applications in some files like HTML, CSS, and JS Webserver takes these files and serves them in port 80(default port).
We can access the webpages...
ibrahims.hashnode.dev2 min read