I am new to clojure. If I am starting new web app (backend) should I choose project.clj or deps.edn
both should woek fine. chose the one that seems more familiar and gets you started. They should not impact you much and you can always switch. lein is more batteries included. deps.edn allows you to use libraries from git I've chosen to work with deps.edn when I started becasue it's included and I like to use libs from git.
@masood.ahmed.dev You might find this guide helpful: https://clojure-doc.org/articles/tutorials/basic_web_development/ -- Also, Getting Started https://clojure-doc.org/articles/tutorials/getting_started/ talks about the official Clojure CLI (`deps.edn`) and Leiningen.